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 AxisOrderAxisOrder. ENUMethods in org.locationtech.proj4j.datum that return AxisOrder Modifier and Type Method Description static AxisOrderAxisOrder. 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 AxisOrderWrappers. 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 AxisOrderProjection. axesThe order of axes for the coordinate system.Methods in org.locationtech.proj4j.proj that return AxisOrder Modifier and Type Method Description AxisOrderProjection. getAxisOrder()
-