MultiPointFeature Class | ![]() |
Note: This API is now obsolete.
Namespace: Telogis.GeoBase
The MultiPointFeature type exposes the following members.
Name | Description | |
---|---|---|
![]() | Columns |
Every GIS object comprises a series of columns.
This function returns the names of the columns for this GISObject.
(Inherited from GISObject.) |
![]() | FeatureType |
Returns FeatureType.None because a multi-point feature does not correspond
to a single feature type.
(Overrides GISObjectFeatureType.) |
![]() | Item |
The field of the specified column for this object.
(Inherited from GISObject.) |
![]() | WKT |
Returns the WKT representation of the Geometry.
(Overrides GISObjectWKT.) |
Name | Description | |
---|---|---|
![]() | DistanceTo |
Measure distance between this set of points and another LatLon (using GreatCircle(Double, Double, Double, Double)).
(Overrides GISObjectDistanceTo(LatLon, DistanceUnit).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |