Package net.opengis.gml311
Interface TemporalCRSType
- 
- All Superinterfaces:
- AbstractGMLType,- AbstractReferenceSystemBaseType,- AbstractReferenceSystemType,- DefinitionType,- EObject,- Notifier
 - All Known Implementing Classes:
- TemporalCRSTypeImpl
 
 public interface TemporalCRSType extends AbstractReferenceSystemType 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:
- Gml311Package.getTemporalCRSType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TemporalCSRefTypegetUsesTemporalCS()Returns the value of the 'Uses Temporal CS' containment reference.TemporalDatumRefTypegetUsesTemporalDatum()Returns the value of the 'Uses Temporal Datum' containment reference.voidsetUsesTemporalCS(TemporalCSRefType value)Sets the value of the 'Uses Temporal CS' containment reference.voidsetUsesTemporalDatum(TemporalDatumRefType value)Sets the value of the 'Uses Temporal Datum' containment reference.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 - 
Methods inherited from interface AbstractReferenceSystemBaseTypegetSrsName, setSrsName
 - 
Methods inherited from interface AbstractReferenceSystemTypegetRemarks, getScope, getSrsID, getValidArea, setRemarks, setScope, setValidArea
 
- 
 
- 
- 
- 
Method Detail- 
getUsesTemporalCSTemporalCSRefType 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(TemporalCSRefType),- Gml311Package.getTemporalCRSType_UsesTemporalCS()
 
 - 
setUsesTemporalCSvoid setUsesTemporalCS(TemporalCSRefType value) Sets the value of the 'Uses Temporal CS' containment reference.- Parameters:
- value- the new value of the 'Uses Temporal CS' containment reference.
- See Also:
- getUsesTemporalCS()
 
 - 
getUsesTemporalDatumTemporalDatumRefType 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(TemporalDatumRefType),- Gml311Package.getTemporalCRSType_UsesTemporalDatum()
 
 - 
setUsesTemporalDatumvoid setUsesTemporalDatum(TemporalDatumRefType value) Sets the value of the 'Uses Temporal Datum' containment reference.- Parameters:
- value- the new value of the 'Uses Temporal Datum' containment reference.
- See Also:
- getUsesTemporalDatum()
 
 
- 
 
-