|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CRS.AxisOrder | |
---|---|
org.geotools.referencing | Reference systems implementation. |
Uses of CRS.AxisOrder in org.geotools.referencing |
---|
Fields in org.geotools.referencing declared as CRS.AxisOrder | |
---|---|
static CRS.AxisOrder |
CRS.AxisOrder.LAT_LON
Deprecated. use NORTH_EAST |
static CRS.AxisOrder |
CRS.AxisOrder.LON_LAT
Deprecated. use EAST_NORTH |
Methods in org.geotools.referencing that return CRS.AxisOrder | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |