Uses of Interface
org.geotools.api.referencing.datum.TemporalDatum
Packages that use TemporalDatum
Package
Description
Geodetic datum (the relationship of a
coordinate system to the earth).
Coordinate reference systems implementation.
Datum implementation.
Base classes for factories and
authority factories.
-
Uses of TemporalDatum in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return TemporalDatumModifier and TypeMethodDescriptionTemporalCRS.getDatum()
Returns the datum, which must be temporal.Methods in org.geotools.api.referencing.crs with parameters of type TemporalDatumModifier and TypeMethodDescriptionCRSFactory.createTemporalCRS
(Map<String, ?> properties, TemporalDatum datum, TimeCS cs) Creates a temporal coordinate reference system. -
Uses of TemporalDatum in org.geotools.api.referencing.datum
Methods in org.geotools.api.referencing.datum that return TemporalDatumModifier and TypeMethodDescriptionDatumAuthorityFactory.createTemporalDatum
(String code) Creates a temporal datum from a code.DatumFactory.createTemporalDatum
(Map<String, ?> properties, Date origin) Creates a temporal datum from an enumerated type value. -
Uses of TemporalDatum in org.geotools.referencing.crs
Methods in org.geotools.referencing.crs that return TemporalDatumConstructors in org.geotools.referencing.crs with parameters of type TemporalDatumModifierConstructorDescriptionDefaultTemporalCRS
(String name, TemporalDatum datum, TimeCS cs) Constructs a temporal CRS from a name.DefaultTemporalCRS
(Map<String, ?> properties, TemporalDatum datum, TimeCS cs) Constructs a temporal CRS from a set of properties.DefaultTemporalCRS
(TemporalDatum datum, TimeCS cs) Constructs a temporal CRS with the same properties than the given datum. -
Uses of TemporalDatum in org.geotools.referencing.datum
Classes in org.geotools.referencing.datum that implement TemporalDatumModifier and TypeClassDescriptionclass
A temporal datum defines the origin of a temporal coordinate reference system.Constructors in org.geotools.referencing.datum with parameters of type TemporalDatumModifierConstructorDescriptionConstructs a new datum with the same values than the specified one. -
Uses of TemporalDatum in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return TemporalDatumModifier and TypeMethodDescriptionAbstractAuthorityFactory.createTemporalDatum
(String code) Creates a temporal datum from a code.AbstractAuthorityMediator.createTemporalDatum
(String code) AbstractCachedAuthorityFactory.createTemporalDatum
(String code) AuthorityFactoryAdapter.createTemporalDatum
(String code) Creates a temporal datum from a code.BufferedAuthorityFactory.createTemporalDatum
(String code) Returns a temporal datum from a code.CachedAuthorityDecorator.createTemporalDatum
(String code) DatumAliases.createTemporalDatum
(Map<String, ?> properties, Date origin) Creates a temporal datum from an enumerated type value.FallbackAuthorityFactory.createTemporalDatum
(String code) Creates a temporal datum from a code.ReferencingObjectFactory.createTemporalDatum
(Map<String, ?> properties, Date origin) Creates a temporal datum from an enumerated type value.ThreadedAuthorityFactory.createTemporalDatum
(String code) Returns a temporal datum from a code.Methods in org.geotools.referencing.factory with parameters of type TemporalDatumModifier and TypeMethodDescriptionReferencingObjectFactory.createTemporalCRS
(Map<String, ?> properties, TemporalDatum datum, TimeCS cs) Creates a temporal coordinate reference system.