Table of Contents

Enum Geometry.SortIndexValue

Namespace
NetTopologySuite.Geometries
Assembly
NetTopologySuite.dll

An enumeration of sort values for geometries

protected enum Geometry.SortIndexValue

Fields

GeometryCollection = 7

Sort hierarchy value of a GeometryCollection

LineString = 2

Sort hierarchy value of a LineString

LinearRing = 3

Sort hierarchy value of a LinearRing

MultiLineString = 4

Sort hierarchy value of a MultiLineString

MultiPoint = 1

Sort hierarchy value of a MultiPoint

MultiPolygon = 6

Sort hierarchy value of a MultiPolygon

Point = 0

Sort hierarchy value of a Point

Polygon = 5

Sort 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.