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 DatumModifier and TypeFieldDescriptionprivate DatumCoordinateReferenceSystem.datumstatic final Datum[]Registry.datumsMethods 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
Fields in org.locationtech.proj4j.geoapi declared as DatumModifier and TypeFieldDescription(package private) final DatumDatumWrapper.implThe wrapped PROJ4 implementation.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 DatumModifier and TypeMethodDescriptionstatic org.opengis.referencing.datum.GeodeticDatumWraps the given PROJ4J datum behind the equivalent GeoAPI interface.(package private) static DatumWrapperWraps the given implementation.Constructors in org.locationtech.proj4j.geoapi with parameters of type DatumModifierConstructorDescriptionprivateDatumWrapper(Datum impl, PrimeMeridian pm) Creates a new wrapper for the given PROJ4J implementation. -
Uses of Datum in org.locationtech.proj4j.parser
Fields in org.locationtech.proj4j.parser declared as DatumMethods in org.locationtech.proj4j.parser that return DatumMethods in org.locationtech.proj4j.parser with parameters of type Datum