Uses of Class
org.locationtech.proj4j.datum.Datum
Packages that use Datum
Package
Description
Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces.
-
Uses of Datum in org.locationtech.proj4j
Fields in org.locationtech.proj4j declared as DatumMethods in org.locationtech.proj4j that return DatumConstructors in org.locationtech.proj4j with parameters of type DatumModifierConstructorDescriptionCoordinateReferenceSystem(String name, String[] params, Datum datum, Projection proj) -
Uses of Datum in org.locationtech.proj4j.datum
Fields in org.locationtech.proj4j.datum declared as DatumModifier and TypeFieldDescriptionstatic final DatumDatum.CARTHAGEstatic final DatumDatum.GGRS87static final DatumDatum.HERMANNSKOGELstatic final DatumDatum.IRE65static final DatumDatum.NAD27static final DatumDatum.NAD83static final DatumDatum.NZGD49static final DatumDatum.OSGB36static final DatumDatum.POTSDAMstatic final DatumDatum.WGS84Methods in org.locationtech.proj4j.datum with parameters of type Datum -
Uses of Datum in org.locationtech.proj4j.geoapi
Methods in org.locationtech.proj4j.geoapi that return DatumModifier and TypeMethodDescriptionImporter.convert(org.opengis.referencing.datum.GeodeticDatum src) Returns the given datum as a PROJ4J implementation.static DatumWrappers.proj4j(org.opengis.referencing.datum.GeodeticDatum src) Returns the given datum as a PROJ4J implementation.Methods in org.locationtech.proj4j.geoapi with parameters of type Datum -
Uses of Datum in org.locationtech.proj4j.parser
Methods in org.locationtech.proj4j.parser that return DatumMethods in org.locationtech.proj4j.parser with parameters of type Datum