Package org.geotools.api.referencing.crs
Interface TemporalCRS
-
- All Superinterfaces:
CoordinateReferenceSystem
,IdentifiedObject
,ReferenceSystem
,SingleCRS
- All Known Implementing Classes:
DefaultTemporalCRS
public interface TemporalCRS extends SingleCRS
A 1D coordinate reference system used for the recording of time.Used with CS type(s) Time
- Since:
- GeoAPI 1.0
- Author:
- Martin Desruisseaux (IRD)
-
-
Field Summary
-
Fields inherited from interface IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
-
Fields inherited from interface ReferenceSystem
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeCS
getCoordinateSystem()
Returns the coordinate system, which must be temporal.TemporalDatum
getDatum()
Returns the datum, which must be temporal.-
Methods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
-
Methods inherited from interface ReferenceSystem
getDomainOfValidity, getScope
-
-
-
-
Method Detail
-
getCoordinateSystem
TimeCS getCoordinateSystem()
Returns the coordinate system, which must be temporal.- Specified by:
getCoordinateSystem
in interfaceCoordinateReferenceSystem
- Specified by:
getCoordinateSystem
in interfaceSingleCRS
- Returns:
- The coordinate system.
-
getDatum
TemporalDatum getDatum()
Returns the datum, which must be temporal.
-
-