ILinearRing
A linear ring is a special line string which is closed. It closes itself automatically on every AddPoint/DeletePoint/InsertPoint by adding a copy of the first point as the last point.
|
Properties |
|
|
Gets the area enclosed by the linear ring. |
|
|
An IPoint representing the geometric center of the curve. |
|
|
Gets the dimension of the geometry object. (Inherited from IGeometry)) |
|
|
An IPoint representing the end point of the linear ring. (Inherited from ILineString) |
|
|
Gets the geometry’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 curve length. (Inherited from ILineString) |
|
|
Gets the number of points in the linear ring. (Inherited from ILineString) |
|
|
An IPoints representing the points in the linear ring. (Inherited from ILineString) |
|
|
An ISpatialOperator representing the selected geometry’s interaction with another geometry object. (Inherited from IGeometry) |
|
|
An ISpatialRelation that tests the geometry’s spatial relationship with other geometries. (Inherited from IGeometry) |
|
|
An IPoint representing the start point of the linear ring. (Inherited from ILineString) |
|
|
Gets the value associated with the specified linestring. |
|
|
An IWks representing methods for transferring coordinate system information (WKT and WKB). (Inherited from IGeometry) |
|
|
Methods |
|
|
Creates an exact copy of the selected geometry. (Inherited from IGeometry) |
|
|
Terminates the edit item mode. (Inherited from IGeometry) |
|
|
Returns TRUE if the linear ring is closed. (Inherited from ILineString) |
|
|
Returns whether or not the set of points in the selected geometry is empty. (Inherited from IGeometry) |
|
|
Returns whether or not the geometry is simple. (Inherited from IGeometry) |
|
|
Removes all points from this geometry. (Inherited from IGeometry) |
|
|
Starts the edit item mode. (Inherited from IGeometry) |
Area
Gets the area enclosed by the linear ring.
JavaScript |
|
Area |
C# |
|
double Area { get; } |
C++ |
|
HRESULT Area([out, retval] double* dArea) |