Package | Description |
---|---|
org.geotools.referencing |
Reference systems implementation.
|
Modifier and Type | Method and Description |
---|---|
static CRS.AxisOrder |
CRS.getAxisOrder(CoordinateReferenceSystem crs)
Determines the axis ordering of a specified crs object.
|
static CRS.AxisOrder |
CRS.getAxisOrder(CoordinateReferenceSystem crs,
boolean useBaseGeoCRS)
Determines the axis ordering of a specified crs object.
|
static CRS.AxisOrder |
CRS.AxisOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CRS.AxisOrder[] |
CRS.AxisOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 1996–2023 Geotools. All rights reserved.