Enum Ordinates
Flags for Ordinate values
Namespace: NetTopologySuite.Geometries
Assembly: NetTopologySuite.dll
Syntax
[Flags]
public enum Ordinates
Fields
Name | Description |
---|---|
AllMeasureOrdinates | Flags for all non-spatial ordinates. |
AllOrdinates | Flags for all recognized ordinates. |
AllSpatialOrdinates | Flags for all spatial ordinates. |
M | Flag for the m-ordinate |
Measure1 | Flag for the 1st measure dimension. |
Measure10 | Flag for the 10th measure dimension. |
Measure11 | Flag for the 11th measure dimension. |
Measure12 | Flag for the 12th measure dimension. |
Measure13 | Flag for the 13th measure dimension. |
Measure14 | Flag for the 14th measure dimension. |
Measure15 | Flag for the 15th measure dimension. |
Measure16 | Flag for the 16th measure dimension. |
Measure2 | Flag for the 2nd measure dimension. |
Measure3 | Flag for the 3rd measure dimension. |
Measure4 | Flag for the 4th measure dimension. |
Measure5 | Flag for the 5th measure dimension. |
Measure6 | Flag for the 6th measure dimension. |
Measure7 | Flag for the 7th measure dimension. |
Measure8 | Flag for the 8th measure dimension. |
Measure9 | Flag for the 9th measure dimension. |
None | No ordinates |
Spatial1 | Flag for the 1st spatial dimension. |
Spatial10 | Flag for the 10th spatial dimension. |
Spatial11 | Flag for the 11th spatial dimension. |
Spatial12 | Flag for the 12th spatial dimension. |
Spatial13 | Flag for the 13th spatial dimension. |
Spatial14 | Flag for the 14th spatial dimension. |
Spatial15 | Flag for the 15th spatial dimension. |
Spatial16 | Flag for the 16th spatial dimension. |
Spatial2 | Flag for the 2nd spatial dimension. |
Spatial3 | Flag for the 3rd spatial dimension. |
Spatial4 | Flag for the 4th spatial dimension. |
Spatial5 | Flag for the 5th spatial dimension. |
Spatial6 | Flag for the 6th spatial dimension. |
Spatial7 | Flag for the 7th spatial dimension. |
Spatial8 | Flag for the 8th spatial dimension. |
Spatial9 | Flag for the 9th spatial dimension. |
X | Flag for the x-ordinate |
XY | Flag for both x- and y-ordinate |
XYM | Flag for x-, y- and m-ordinate |
XYZ | Flag for x-, y- and z-ordinate |
XYZM | Flag for x-, y-, z- and m-ordinate |
Y | Flag for the y-ordinate |
Z | Flag for the z-ordinate |