PointFeature Class |
Namespace: Telogis.GeoBase
The PointFeature type exposes the following members.
Name | Description | |
---|---|---|
PointFeature |
Creates a new point feature with no associated location.
| |
PointFeature(LatLon) |
Creates a new point feature for a specified collection of locations.
|
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.Point to indicate that this is a point feature.
(Overrides GISObjectFeatureType.) | |
Item |
The field of the specified column for this object.
(Inherited from GISObject.) | |
Name |
If this is a GeoBase city feature, then this is the name of the city.
For custom data, this is a value of the "name" column if it exists.
The default name can be overridden by setting this property.
| |
Point |
A LatLon representing the location of this feature.
| |
WKT |
Returns the WKT representation of the Geometry.
(Overrides GISObjectWKT.) |
Name | Description | |
---|---|---|
DistanceTo |
Measure distance between this 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.) |
Name | Description | |
---|---|---|
Flags |
Flags to describe the PointFeature.
| |
Geometries |
An array of points that represent the location of the point feature.
|