PointFeature Properties |
The PointFeature 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.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.) |