Line Class |
Namespace: Telogis.GeoBase
The Line type exposes the following members.
Name | Description | |
---|---|---|
Line |
Create a new Line object.
| |
Line(LineString) |
Create a new line object for a specified sequence of points.
|
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.Line.
(Overrides GISObjectFeatureType.) | |
Geometries |
The LineString geometries associated with this feature.
| |
Geometry | Obsolete.
The line geometry associated with this feature.
| |
Item |
The field of the specified column for this object.
(Inherited from GISObject.) | |
Name |
The label for this feature.
| |
Points | Obsolete.
An array of LatLon points that define this line.
| |
Type |
Returns the line type based on a given flag.
| |
WKT |
Returns the WKT representation of the Geometry.
(Overrides GISObjectWKT.) |
Name | Description | |
---|---|---|
DistanceTo |
Calculates the shortest distance from the given point to this Line.
(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.) |
Related articles: Data Query Concept.