A linestring is a geometry that has a dimension of 1. In addition to other properties inherited from IGeometry, linestrings have length. A linestring is a ring if its first and last points are the same.
|
Properties |
|
|
Gets the dimension of the geometry object. (Inherited from IGeometry) |
|
|
An IPoint representing the end point of the line string. |
|
|
Gets the linestring’s bounding box. (Inherited from IGeometry) |
|
|
Gets the geometry type ID. (Inherited from IGeometry) |
|
|
Gets a string representation of the geometry type. (Inherited from IGeometry) |
|
|
Gets the linestring’s length. |
|
|
Gets the number of points in the linestring. |
|
|
An IPoints representing the points in the linestring. |
|
|
An ISpatialOperator representing the linestring’s interaction with another geometry object. (Inherited from IGeometry) |
|
|
An ISpatialRelation that tests the linestring’s spatial relationship with other geometries. (Inherited from IGeometry) |
|
|
An IPoint representing the start point of the line string. |
|
|
Gets the value associated with the specified linestring. C# exposes this property as get_Value. |
|
|
An IWks representing methods for transferring coordinate system information (WKT and WKB). (Inherited from IGeometry)) |
|
|
Methods |
|
|
Creates an exact copy of the selected linestring. (Inherited from IGeometry) |
|
|
Terminates the edit item mode. (Inherited from IGeometry) |
|
|
This method is exposed only in C#. To use from C++ or JavaScript use the Valueproperty. |
|
|
Returns TRUE if the line string is closed, such that the first and last points are the same. |
|
|
Returns whether or not the set of points in the linestring is empty. (Inherited from IGeometry) |
|
|
Returns whether or not the linestring is simple. A linestring is simple if it does not intersect itself. (Inherited from IGeometry) |
|
|
Removes all points from this linestring. (Inherited from IGeometry) |
|
|
Starts the edit item mode. (Inherited from IGeometry) |