Uses of Class
org.geotools.referencing.CRS.AxisOrder
-
Packages that use CRS.AxisOrder Package Description org.geotools.referencing Reference systems implementation.org.geotools.renderer.crs -
-
Uses of CRS.AxisOrder in org.geotools.referencing
Methods in org.geotools.referencing that return CRS.AxisOrder Modifier and Type Method 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. -
Uses of CRS.AxisOrder in org.geotools.renderer.crs
Fields in org.geotools.renderer.crs declared as CRS.AxisOrder Modifier and Type Field Description protected CRS.AxisOrder
ProjectionHandler. sourceAxisOrder
protected CRS.AxisOrder
ProjectionHandler. targetAxisOrder
-