Uses of Class
org.locationtech.proj4j.geoapi.Axis
-
Packages that use Axis Package Description org.locationtech.proj4j.geoapi Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces. -
-
Uses of Axis in org.locationtech.proj4j.geoapi
Fields in org.locationtech.proj4j.geoapi declared as Axis Modifier and Type Field Description private Axis[]
AbstractCRS. axes
The coordinate system axes, computed and cached when first requested.(package private) static Axis[]
Axis. GEOGRAPHIC
The axes for a geographic or projected CRS.(package private) static Axis[]
Axis. PROJECTED
The axes for a geographic or projected CRS.Methods in org.locationtech.proj4j.geoapi that return Axis Modifier and Type Method Description (package private) abstract Axis[]
AbstractCRS. axesForAllDirections()
ReturnsGEOGRAPHIC
andPROJECTED
arrays, depending on whether this CRS is geographic or projected.(package private) Axis[]
GeographicCRSWrapper. axesForAllDirections()
(package private) Axis[]
ProjectedCRSWrapper. axesForAllDirections()
(package private) Axis
Axis. withUnit(double scale)
Returns the same axis but with a unit of measurement multiplied by the given scale.
-