Enum Geometry.SortIndexValue
An enumeration of sort values for geometries
Namespace: NetTopologySuite.Geometries
Assembly: NetTopologySuite.dll
Syntax
protected enum SortIndexValue
Remarks
NOTE:
For JTS v1.17 the values in this enum have been renamed to 'TYPECODE...'
In order not to break binary compatibility we did not follow.
Fields
Name | Description |
---|---|
GeometryCollection | Sort hierarchy value of a GeometryCollection |
LinearRing | Sort hierarchy value of a LinearRing |
LineString | Sort hierarchy value of a LineString |
MultiLineString | Sort hierarchy value of a MultiLineString |
MultiPoint | Sort hierarchy value of a MultiPoint |
MultiPolygon | Sort hierarchy value of a MultiPolygon |
Point | Sort hierarchy value of a Point |
Polygon | Sort hierarchy value of a Polygon |