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. axesThe coordinate system axes, computed and cached when first requested.(package private) static Axis[]Axis. GEOGRAPHICThe axes for a geographic or projected CRS.(package private) static Axis[]Axis. PROJECTEDThe 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()ReturnsGEOGRAPHICandPROJECTEDarrays, depending on whether this CRS is geographic or projected.(package private) Axis[]GeographicCRSWrapper. axesForAllDirections()(package private) Axis[]ProjectedCRSWrapper. axesForAllDirections()(package private) AxisAxis. withUnit(double scale)Returns the same axis but with a unit of measurement multiplied by the given scale.
-