Uses of Class
org.locationtech.proj4j.geoapi.Axis
Packages that use Axis
Package
Description
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 AxisModifier and TypeFieldDescriptionprivate Axis[]AbstractCRS.axesThe coordinate system axes, computed and cached when first requested.(package private) static final Axis[]Axis.GEOGRAPHICThe axes for a geographic or projected CRS.(package private) static final Axis[]Axis.PROJECTEDThe axes for a geographic or projected CRS.Methods in org.locationtech.proj4j.geoapi that return AxisModifier and TypeMethodDescription(package private) abstract Axis[]AbstractCRS.axesForAllDirections()ReturnsAxis.GEOGRAPHICandAxis.PROJECTEDarrays, depending on whether this CRS is geographic or projected.(package private) final Axis[]GeographicCRSWrapper.axesForAllDirections()(package private) final Axis[]ProjectedCRSWrapper.axesForAllDirections()(package private) final AxisAxis.withUnit(double scale) Returns the same axis but with a unit of measurement multiplied by the given scale.