Class CrsAxisOrderRegistry
A class that provides axis orders for EPSG coordinate reference systems with an identifier less that 32787
Inherited Members
Namespace: Mapsui.Projections
Assembly: Mapsui.dll
Syntax
public class CrsAxisOrderRegistry
Properties
| Edit this page View Sourcethis[CrsIdentifier]
Gets the axis order for all EPSG defined coordinate reference systems with an srid less than 32768
Declaration
public int[] this[CrsIdentifier identifier] { get; }
Parameters
Type | Name | Description |
---|---|---|
CrsIdentifier | identifier | The identifier |
Property Value
Type | Description |
---|---|
int[] | The axis order |
this[string]
Gets the axis order for all EPSG defined coordinate reference systems with an srid less than 32768
Declaration
public int[] this[string crs] { get; }
Parameters
Type | Name | Description |
---|---|---|
string | crs |
Property Value
Type | Description |
---|---|
int[] | The axis order |