Enum Ordinate
- Namespace
- NetTopologySuite.Geometries
- Assembly
- NetTopologySuite.dll
Identifies the different well-supported components of coordinate values.
All supported coordinates define values for at least the X and the Y components.
The first 16 spatial and 16 measure dimensions may also be accessed this way.
public enum Ordinate
Fields
M = 16The "M" ordinate.
Measure1 = 16The 1st measure dimension.
Measure10 = 25The 10th measure dimension.
Measure11 = 26The 11th measure dimension.
Measure12 = 27The 12th measure dimension.
Measure13 = 28The 13th measure dimension.
Measure14 = 29The 14th measure dimension.
Measure15 = 30The 15th measure dimension.
Measure16 = 31The 16th measure dimension.
Measure2 = 17The 2nd measure dimension.
Measure3 = 18The 3rd measure dimension.
Measure4 = 19The 4th measure dimension.
Measure5 = 20The 5th measure dimension.
Measure6 = 21The 6th measure dimension.
Measure7 = 22The 7th measure dimension.
Measure8 = 23The 8th measure dimension.
Measure9 = 24The 9th measure dimension.
Spatial1 = 0The 1st spatial dimension.
Spatial10 = 9The 10th spatial dimension.
Spatial11 = 10The 11th spatial dimension.
Spatial12 = 11The 12th spatial dimension.
Spatial13 = 12The 13th spatial dimension.
Spatial14 = 13The 14th spatial dimension.
Spatial15 = 14The 15th spatial dimension.
Spatial16 = 15The 16th spatial dimension.
Spatial2 = 1The 2nd spatial dimension.
Spatial3 = 2The 3rd spatial dimension.
Spatial4 = 3The 4th spatial dimension.
Spatial5 = 4The 5th spatial dimension.
Spatial6 = 5The 6th spatial dimension.
Spatial7 = 6The 7th spatial dimension.
Spatial8 = 7The 8th spatial dimension.
Spatial9 = 8The 9th spatial dimension.
X = 0The "X" ordinate.
Y = 1The "Y" ordinate.
Z = 2The "Z" ordinate.