Uses of Class
org.locationtech.proj4j.datum.AxisOrder
-
Packages that use AxisOrder Package Description org.locationtech.proj4j.datum org.locationtech.proj4j.geoapi Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces.org.locationtech.proj4j.proj -
-
Uses of AxisOrder in org.locationtech.proj4j.datum
Fields in org.locationtech.proj4j.datum declared as AxisOrder Modifier and Type Field Description static AxisOrder
AxisOrder. ENU
Methods in org.locationtech.proj4j.datum that return AxisOrder Modifier and Type Method Description static AxisOrder
AxisOrder. fromString(java.lang.String spec)
-
Uses of AxisOrder in org.locationtech.proj4j.geoapi
Methods in org.locationtech.proj4j.geoapi that return AxisOrder Modifier and Type Method Description static AxisOrder
Wrappers. axisOrder(org.opengis.referencing.cs.CoordinateSystem cs)
Returns the axis order of the given coordinate system. -
Uses of AxisOrder in org.locationtech.proj4j.proj
Fields in org.locationtech.proj4j.proj declared as AxisOrder Modifier and Type Field Description private AxisOrder
Projection. axes
The order of axes for the coordinate system.Methods in org.locationtech.proj4j.proj that return AxisOrder Modifier and Type Method Description AxisOrder
Projection. getAxisOrder()
-