@UML(identifier="SC_TemporalCRS", specification=ISO_19111) public interface TemporalCRS extends SingleCRS
Used with CS type(s) |
---|
Time
|
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Modifier and Type | Method and Description |
---|---|
TimeCS |
getCoordinateSystem()
Returns the coordinate system, which must be temporal.
|
TemporalDatum |
getDatum()
Returns the datum, which must be temporal.
|
getDomainOfValidity, getScope
getAlias, getIdentifiers, getName, getRemarks, toWKT
@UML(identifier="usesCS", obligation=MANDATORY, specification=ISO_19111) TimeCS getCoordinateSystem()
getCoordinateSystem
in interface CoordinateReferenceSystem
getCoordinateSystem
in interface SingleCRS
@UML(identifier="usesDatum", obligation=MANDATORY, specification=ISO_19111) TemporalDatum getDatum()
Copyright © 1996–2019 Geotools. All rights reserved.