Uses of Class
org.locationtech.proj4j.units.Unit
-
Packages that use Unit Package Description org.locationtech.proj4j.geoapi Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces.org.locationtech.proj4j.proj org.locationtech.proj4j.units -
-
Uses of Unit in org.locationtech.proj4j.geoapi
Methods in org.locationtech.proj4j.geoapi that return Unit Modifier and Type Method Description (package private) Unit
Units. proj4j(javax.measure.Unit<?> unit)
Returns the given JSR-385 unit of measurement as a PROJ4J instance. -
Uses of Unit in org.locationtech.proj4j.proj
Fields in org.locationtech.proj4j.proj declared as Unit Modifier and Type Field Description protected Unit
Projection. unit
units of this projection.Methods in org.locationtech.proj4j.proj that return Unit Modifier and Type Method Description Unit
Projection. getUnits()
Methods in org.locationtech.proj4j.proj with parameters of type Unit Modifier and Type Method Description void
Projection. setUnits(Unit unit)
-
Uses of Unit in org.locationtech.proj4j.units
Subclasses of Unit in org.locationtech.proj4j.units Modifier and Type Class Description class
DegreeUnit
Fields in org.locationtech.proj4j.units declared as Unit Modifier and Type Field Description static Unit
Units. ARC_MINUTES
static Unit
Units. ARC_SECONDS
static Unit
Units. CENTIMETRES
static Unit
Units. CHAINS
static Unit
Units. DECIMETRES
static Unit
Units. DEGREES
static Unit
Units. FATHOMS
static Unit
Units. FEET
static Unit
Units. INCHES
static Unit
Units. KILOMETRES
static Unit
Units. LINKS
static Unit
Units. METRES
static Unit
Units. MILES
static Unit
Units. MILLIMETRES
static Unit
Units. NAUTICAL_MILES
static Unit
Units. POINTS
static Unit
Units. RADIANS
static Unit[]
Units. units
static Unit
Units. US_CHAINS
static Unit
Units. US_FEET
static Unit
Units. US_INCHES
static Unit
Units. US_MILES
static Unit
Units. US_YARDS
static Unit
Units. YARDS
Methods in org.locationtech.proj4j.units that return Unit Modifier and Type Method Description static Unit
Units. findUnits(java.lang.String name)
Methods in org.locationtech.proj4j.units with parameters of type Unit Modifier and Type Method Description static double
Units. convert(double value, Unit from, Unit to)
-