Enum Ordinate
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.
Namespace: NetTopologySuite.Geometries
Assembly: NetTopologySuite.dll
Syntax
public enum Ordinate
Fields
Name | Description |
---|---|
M | The "M" ordinate. |
Measure1 | The 1st measure dimension. |
Measure10 | The 10th measure dimension. |
Measure11 | The 11th measure dimension. |
Measure12 | The 12th measure dimension. |
Measure13 | The 13th measure dimension. |
Measure14 | The 14th measure dimension. |
Measure15 | The 15th measure dimension. |
Measure16 | The 16th measure dimension. |
Measure2 | The 2nd measure dimension. |
Measure3 | The 3rd measure dimension. |
Measure4 | The 4th measure dimension. |
Measure5 | The 5th measure dimension. |
Measure6 | The 6th measure dimension. |
Measure7 | The 7th measure dimension. |
Measure8 | The 8th measure dimension. |
Measure9 | The 9th measure dimension. |
Spatial1 | The 1st spatial dimension. |
Spatial10 | The 10th spatial dimension. |
Spatial11 | The 11th spatial dimension. |
Spatial12 | The 12th spatial dimension. |
Spatial13 | The 13th spatial dimension. |
Spatial14 | The 14th spatial dimension. |
Spatial15 | The 15th spatial dimension. |
Spatial16 | The 16th spatial dimension. |
Spatial2 | The 2nd spatial dimension. |
Spatial3 | The 3rd spatial dimension. |
Spatial4 | The 4th spatial dimension. |
Spatial5 | The 5th spatial dimension. |
Spatial6 | The 6th spatial dimension. |
Spatial7 | The 7th spatial dimension. |
Spatial8 | The 8th spatial dimension. |
Spatial9 | The 9th spatial dimension. |
X | The "X" ordinate. |
Y | The "Y" ordinate. |
Z | The "Z" ordinate. |