Package | Description |
---|---|
org.geotools.referencing |
Reference systems implementation.
|
Modifier and Type | Field and Description |
---|---|
static CRS.AxisOrder |
CRS.AxisOrder.LAT_LON
Deprecated.
use
NORTH_EAST |
static CRS.AxisOrder |
CRS.AxisOrder.LON_LAT
Deprecated.
use
EAST_NORTH |
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–2019 Geotools. All rights reserved.