Package net.opengis.gml311
Interface TemporalCRSType
- All Superinterfaces:
AbstractGMLType
,AbstractReferenceSystemBaseType
,AbstractReferenceSystemType
,DefinitionType
,EObject
,Notifier
- All Known Implementing Classes:
TemporalCRSTypeImpl
A representation of the model object 'Temporal CRS Type'.
A 1D coordinate reference system used for the recording of time.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Uses Temporal CS' containment reference.Returns the value of the 'Uses Temporal Datum' containment reference.void
Sets the value of the 'Uses Temporal CS
' containment reference.void
Sets the value of the 'Uses Temporal Datum
' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface AbstractReferenceSystemBaseType
getSrsName, setSrsName
Methods inherited from interface AbstractReferenceSystemType
getRemarks, getScope, getSrsID, getValidArea, setRemarks, setScope, setValidArea
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getUsesTemporalCS
TemporalCSRefType getUsesTemporalCS()Returns the value of the 'Uses Temporal CS' containment reference. Association to the temporal coordinate system used by this CRS.- Returns:
- the value of the 'Uses Temporal CS' containment reference.
- See Also:
-
setUsesTemporalCS
Sets the value of the 'Uses Temporal CS
' containment reference.- Parameters:
value
- the new value of the 'Uses Temporal CS' containment reference.- See Also:
-
getUsesTemporalDatum
TemporalDatumRefType getUsesTemporalDatum()Returns the value of the 'Uses Temporal Datum' containment reference. Association to the temporal datum used by this CRS.- Returns:
- the value of the 'Uses Temporal Datum' containment reference.
- See Also:
-
setUsesTemporalDatum
Sets the value of the 'Uses Temporal Datum
' containment reference.- Parameters:
value
- the new value of the 'Uses Temporal Datum' containment reference.- See Also:
-