Click or drag to resize

SpatialQueryItem Class

A class representing a result item from a spatial query
Inheritance Hierarchy
SystemObject
  CadcorpItem
    Cadcorp.WML.StoredProceduresSpatialQueryItem

Namespace:  Cadcorp.WML.StoredProcedures
Assembly:  Cadcorp.WML.StoredProcedures (in Cadcorp.WML.StoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
[SerializableAttribute]
public class SpatialQueryItem : Item

The SpatialQueryItem type exposes the following members.

Constructors
  NameDescription
Public methodSpatialQueryItem
Initializes a new instance of the SpatialQueryItem class
Public methodSpatialQueryItem(Item)
Initializes a new instance of the SpatialQueryItem class
Top
Methods
  NameDescription
Public methodClone
This is a minimal clone, used when getting items from datasets which appear multiple times. Overlay-specific information is not cloned.
(Inherited from Item.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldAttributes
The attributes of the item.
(Inherited from Item.)
Public fieldBookmark
The bookmark of the item in its dataset (null for non-cursor datasets).
(Inherited from Item.)
Public fieldClass
The class of the item (Line, Area etc).
(Inherited from Item.)
Public fieldGeometryInOpenLayersFormat
Public fieldItemID
The id of the item in its dataset.
(Inherited from Item.)
Public fieldName
The name of the item
(Inherited from Item.)
Public fieldOverlayName
The name of the overlay containing the item
(Inherited from Item.)
Public fieldOverlayNo
The number of the item's overlay.
(Inherited from Item.)
Public fieldXmax
The extents of the item.
(Inherited from Item.)
Public fieldXmin
The extents of the item.
(Inherited from Item.)
Public fieldYmax
The extents of the item.
(Inherited from Item.)
Public fieldYmin
The extents of the item.
(Inherited from Item.)
Top
See Also