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 Summary
All 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 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
-
-
-
-
Method Detail
-
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(TemporalCSRefType),Gml311Package.getTemporalCRSType_UsesTemporalCS()
-
setUsesTemporalCS
void 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()
-
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(TemporalDatumRefType),Gml311Package.getTemporalCRSType_UsesTemporalDatum()
-
setUsesTemporalDatum
void 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()
-
-