Package net.opengis.gml311
Interface TimeCoordinateSystemType
- All Superinterfaces:
- AbstractGMLType,- AbstractTimeReferenceSystemType,- DefinitionType,- EObject,- Notifier
- All Known Implementing Classes:
- TimeCoordinateSystemTypeImpl
 A representation of the model object 'Time Coordinate System Type'.
 
 
 A temporal coordinate system is based on a continuous interval scale defined in terms of a single time interval.
 
 
The following features are supported:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Interval' containment reference.Returns the value of the 'Origin' containment reference.Returns the value of the 'Origin Position' containment reference.voidSets the value of the 'Interval' containment reference.voidsetOrigin(TimeInstantPropertyType value) Sets the value of the 'Origin' containment reference.voidSets the value of the 'Origin Position' containment reference.Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface AbstractTimeReferenceSystemTypegetDomainOfValidity, setDomainOfValidityMethods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getOriginPositionTimePositionType getOriginPosition()Returns the value of the 'Origin Position' containment reference.If the meaning of the 'Origin Position' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Origin Position' containment reference.
- See Also:
 
- 
setOriginPositionSets the value of the 'Origin Position' containment reference.- Parameters:
- value- the new value of the 'Origin Position' containment reference.
- See Also:
 
- 
getOriginTimeInstantPropertyType getOrigin()Returns the value of the 'Origin' containment reference.If the meaning of the 'Origin' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Origin' containment reference.
- See Also:
 
- 
setOriginSets the value of the 'Origin' containment reference.- Parameters:
- value- the new value of the 'Origin' containment reference.
- See Also:
 
- 
getIntervalTimeIntervalLengthType getInterval()Returns the value of the 'Interval' containment reference.If the meaning of the 'Interval' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Interval' containment reference.
- See Also:
 
- 
setIntervalSets the value of the 'Interval' containment reference.- Parameters:
- value- the new value of the 'Interval' containment reference.
- See Also:
 
 
-