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 = 16
The "M" ordinate.
Measure1 = 16
The 1st measure dimension.
Measure10 = 25
The 10th measure dimension.
Measure11 = 26
The 11th measure dimension.
Measure12 = 27
The 12th measure dimension.
Measure13 = 28
The 13th measure dimension.
Measure14 = 29
The 14th measure dimension.
Measure15 = 30
The 15th measure dimension.
Measure16 = 31
The 16th measure dimension.
Measure2 = 17
The 2nd measure dimension.
Measure3 = 18
The 3rd measure dimension.
Measure4 = 19
The 4th measure dimension.
Measure5 = 20
The 5th measure dimension.
Measure6 = 21
The 6th measure dimension.
Measure7 = 22
The 7th measure dimension.
Measure8 = 23
The 8th measure dimension.
Measure9 = 24
The 9th measure dimension.
Spatial1 = 0
The 1st spatial dimension.
Spatial10 = 9
The 10th spatial dimension.
Spatial11 = 10
The 11th spatial dimension.
Spatial12 = 11
The 12th spatial dimension.
Spatial13 = 12
The 13th spatial dimension.
Spatial14 = 13
The 14th spatial dimension.
Spatial15 = 14
The 15th spatial dimension.
Spatial16 = 15
The 16th spatial dimension.
Spatial2 = 1
The 2nd spatial dimension.
Spatial3 = 2
The 3rd spatial dimension.
Spatial4 = 3
The 4th spatial dimension.
Spatial5 = 4
The 5th spatial dimension.
Spatial6 = 5
The 6th spatial dimension.
Spatial7 = 6
The 7th spatial dimension.
Spatial8 = 7
The 8th spatial dimension.
Spatial9 = 8
The 9th spatial dimension.
X = 0
The "X" ordinate.
Y = 1
The "Y" ordinate.
Z = 2
The "Z" ordinate.