Enum Ordinates
- Namespace
- NetTopologySuite.Geometries
- Assembly
- NetTopologySuite.dll
Flags for Ordinate values
[Flags]
public enum Ordinates
Fields
AllMeasureOrdinates = Measure16 | M | Measure2 | Measure3 | Measure4 | Measure5 | Measure6 | Measure7 | Measure8 | Measure9 | Measure10 | Measure11 | Measure12 | Measure13 | Measure14 | Measure15Flags for all non-spatial ordinates.
AllOrdinates = Measure16 | Spatial4 | Spatial5 | Spatial6 | Spatial7 | Spatial8 | Spatial9 | Spatial10 | Spatial11 | Spatial12 | Spatial13 | Spatial14 | Spatial15 | Spatial16 | XYZM | Measure2 | Measure3 | Measure4 | Measure5 | Measure6 | Measure7 | Measure8 | Measure9 | Measure10 | Measure11 | Measure12 | Measure13 | Measure14 | Measure15Flags for all recognized ordinates.
AllSpatialOrdinates = XYZ | Spatial4 | Spatial5 | Spatial6 | Spatial7 | Spatial8 | Spatial9 | Spatial10 | Spatial11 | Spatial12 | Spatial13 | Spatial14 | Spatial15 | Spatial16Flags for all spatial ordinates.
M = 65536Flag for the m-ordinate
Measure1 = 65536Flag for the 1st measure dimension.
Measure10 = 33554432Flag for the 10th measure dimension.
Measure11 = 67108864Flag for the 11th measure dimension.
Measure12 = 134217728Flag for the 12th measure dimension.
Measure13 = 268435456Flag for the 13th measure dimension.
Measure14 = 536870912Flag for the 14th measure dimension.
Measure15 = 1073741824Flag for the 15th measure dimension.
Measure16 = -2147483648Flag for the 16th measure dimension.
Measure2 = 131072Flag for the 2nd measure dimension.
Measure3 = 262144Flag for the 3rd measure dimension.
Measure4 = 524288Flag for the 4th measure dimension.
Measure5 = 1048576Flag for the 5th measure dimension.
Measure6 = 2097152Flag for the 6th measure dimension.
Measure7 = 4194304Flag for the 7th measure dimension.
Measure8 = 8388608Flag for the 8th measure dimension.
Measure9 = 16777216Flag for the 9th measure dimension.
None = 0No ordinates
Spatial1 = 1Flag for the 1st spatial dimension.
Spatial10 = 512Flag for the 10th spatial dimension.
Spatial11 = 1024Flag for the 11th spatial dimension.
Spatial12 = 2048Flag for the 12th spatial dimension.
Spatial13 = 4096Flag for the 13th spatial dimension.
Spatial14 = 8192Flag for the 14th spatial dimension.
Spatial15 = 16384Flag for the 15th spatial dimension.
Spatial16 = 32768Flag for the 16th spatial dimension.
Spatial2 = 2Flag for the 2nd spatial dimension.
Spatial3 = 4Flag for the 3rd spatial dimension.
Spatial4 = 8Flag for the 4th spatial dimension.
Spatial5 = 16Flag for the 5th spatial dimension.
Spatial6 = 32Flag for the 6th spatial dimension.
Spatial7 = 64Flag for the 7th spatial dimension.
Spatial8 = 128Flag for the 8th spatial dimension.
Spatial9 = 256Flag for the 9th spatial dimension.
X = 1Flag for the x-ordinate
XY = Spatial1 | Spatial2Flag for both x- and y-ordinate
XYM = XY | MFlag for x-, y- and m-ordinate
XYZ = XY | Spatial3Flag for x-, y- and z-ordinate
XYZM = Spatial3 | XYMFlag for x-, y-, z- and m-ordinate
Y = 2Flag for the y-ordinate
Z = 4Flag for the z-ordinate