Click or drag to resize

GISObject Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Abstract superclass of all feature types that can be returned from DataQuery. Provides column data retrieval functionality for custom data objects.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBaseGISObject
    More...

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public abstract class GISObject : IMapFeature

The GISObject type exposes the following members.

Properties
  NameDescription
Public propertyColumns
Every GIS object comprises a series of columns. This function returns the names of the columns for this GISObject.
Public propertyFeatureType
The type (shape) of the feature this object represents.
Public propertyItem
The field of the specified column for this object.
Public propertyWKT
Returns the WKT representation of the Geometry.
Top
Methods
  NameDescription
Public methodDistanceTo
Calculate the shortest distance from the given point to this GISObject.
Public methodEquals
Determines whether the specified object is equal to the current object.
(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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also
Inheritance Hierarchy