Uses of Interface
org.geotools.api.referencing.datum.Datum
-
Packages that use Datum Package Description org.geotools.api.referencing.crs org.geotools.api.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth).org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.referencing.datum Datum implementation.org.geotools.referencing.factory Base classes for factories and authority factories.org.geotools.referencing.factory.epsg Authority factories for the EPSG database.org.geotools.referencing.util -
-
Uses of Datum in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return Datum Modifier and Type Method Description DatumSingleCRS. getDatum()Returns the datum. -
Uses of Datum in org.geotools.api.referencing.datum
Subinterfaces of Datum in org.geotools.api.referencing.datum Modifier and Type Interface Description interfaceEngineeringDatumDefines the origin of an engineering coordinate reference system.interfaceGeodeticDatumDefines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth.interfaceImageDatumDefines the origin of an image coordinate reference system.interfaceTemporalDatumA temporal datum defines the origin of a temporal coordinate reference system.interfaceVerticalDatumA textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface.Methods in org.geotools.api.referencing.datum that return Datum Modifier and Type Method Description DatumDatumAuthorityFactory. createDatum(String code)Returns an arbitrary datum from a code. -
Uses of Datum in org.geotools.referencing.crs
Fields in org.geotools.referencing.crs declared as Datum Modifier and Type Field Description protected DatumAbstractSingleCRS. datumThe datum.Methods in org.geotools.referencing.crs that return Datum Modifier and Type Method Description DatumAbstractSingleCRS. getDatum()Returns the datum.Constructors in org.geotools.referencing.crs with parameters of type Datum Constructor Description AbstractSingleCRS(Map<String,?> properties, Datum datum, CoordinateSystem cs)Constructs a coordinate reference system from a set of properties. -
Uses of Datum in org.geotools.referencing.datum
Classes in org.geotools.referencing.datum that implement Datum Modifier and Type Class Description classAbstractDatumSpecifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system.classDefaultEngineeringDatumDefines the origin of an engineering coordinate reference system.classDefaultGeodeticDatumDefines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth.classDefaultImageDatumDefines the origin of an image coordinate reference system.classDefaultTemporalDatumA temporal datum defines the origin of a temporal coordinate reference system.classDefaultVerticalDatumA textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface.Methods in org.geotools.referencing.datum with parameters of type Datum Modifier and Type Method Description static booleanDefaultGeodeticDatum. isWGS84(Datum datum)Returnstrueif the specified object is equals (at least on computation purpose) to theDefaultGeodeticDatum.WGS84datum.Constructors in org.geotools.referencing.datum with parameters of type Datum Constructor Description AbstractDatum(Datum datum)Constructs a new datum with the same values than the specified one. -
Uses of Datum in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return Datum Modifier and Type Method Description DatumAbstractAuthorityFactory. createDatum(String code)Returns an arbitrary datum from a code.DatumAbstractAuthorityMediator. createDatum(String code)DatumAbstractCachedAuthorityFactory. createDatum(String code)DatumAuthorityFactoryAdapter. createDatum(String code)Returns an arbitrary datum from a code.DatumBufferedAuthorityFactory. createDatum(String code)Returns an arbitrary datum from a code.DatumCachedAuthorityDecorator. createDatum(String code)DatumFallbackAuthorityFactory. createDatum(String code)Returns an arbitrary datum from a code.DatumThreadedAuthorityFactory. createDatum(String code)Returns an arbitrary datum from a code.protected abstract DatumAbstractCachedAuthorityFactory. generateDatum(String code)protected DatumTransformedAuthorityFactory. replace(Datum datum)Replaces (if needed) the specified datum by a new one.Methods in org.geotools.referencing.factory with parameters of type Datum Modifier and Type Method Description protected DatumTransformedAuthorityFactory. replace(Datum datum)Replaces (if needed) the specified datum by a new one. -
Uses of Datum in org.geotools.referencing.factory.epsg
Methods in org.geotools.referencing.factory.epsg that return Datum Modifier and Type Method Description DatumDirectEpsgFactory. createDatum(String code)Returns a datum from a code.DatumAbstractEpsgFactory. generateDatum(String code)Returns a datum from a code. -
Uses of Datum in org.geotools.referencing.util
Methods in org.geotools.referencing.util that return Datum Modifier and Type Method Description static DatumCRSUtilities. getDatum(CoordinateReferenceSystem crs)Returns the datum of the specified CRS, ornullif none.
-