Enum Geometry.SortIndexValue
- Namespace
- NetTopologySuite.Geometries
- Assembly
- NetTopologySuite.dll
An enumeration of sort values for geometries
protected enum Geometry.SortIndexValue
Fields
GeometryCollection = 7Sort hierarchy value of a GeometryCollection
LineString = 2Sort hierarchy value of a LineString
LinearRing = 3Sort hierarchy value of a LinearRing
MultiLineString = 4Sort hierarchy value of a MultiLineString
MultiPoint = 1Sort hierarchy value of a MultiPoint
MultiPolygon = 6Sort hierarchy value of a MultiPolygon
Point = 0Sort hierarchy value of a Point
Polygon = 5Sort hierarchy value of a Polygon
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.