Package net.opengis.gml311
Interface TimeCoordinateSystemType
-
- All Superinterfaces:
AbstractGMLType
,AbstractTimeReferenceSystemType
,DefinitionType
,EObject
,Notifier
- All Known Implementing Classes:
TimeCoordinateSystemTypeImpl
public interface TimeCoordinateSystemType extends AbstractTimeReferenceSystemType
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeIntervalLengthType
getInterval()
Returns the value of the 'Interval' containment reference.TimeInstantPropertyType
getOrigin()
Returns the value of the 'Origin' containment reference.TimePositionType
getOriginPosition()
Returns the value of the 'Origin Position' containment reference.void
setInterval(TimeIntervalLengthType value)
Sets the value of the 'Interval
' containment reference.void
setOrigin(TimeInstantPropertyType value)
Sets the value of the 'Origin
' containment reference.void
setOriginPosition(TimePositionType value)
Sets the value of the 'Origin Position
' containment reference.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
Methods inherited from interface AbstractTimeReferenceSystemType
getDomainOfValidity, setDomainOfValidity
-
-
-
-
Method Detail
-
getOriginPosition
TimePositionType 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:
setOriginPosition(TimePositionType)
,Gml311Package.getTimeCoordinateSystemType_OriginPosition()
-
setOriginPosition
void setOriginPosition(TimePositionType value)
Sets the value of the 'Origin Position
' containment reference.- Parameters:
value
- the new value of the 'Origin Position' containment reference.- See Also:
getOriginPosition()
-
getOrigin
TimeInstantPropertyType 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:
setOrigin(TimeInstantPropertyType)
,Gml311Package.getTimeCoordinateSystemType_Origin()
-
setOrigin
void setOrigin(TimeInstantPropertyType value)
Sets the value of the 'Origin
' containment reference.- Parameters:
value
- the new value of the 'Origin' containment reference.- See Also:
getOrigin()
-
getInterval
TimeIntervalLengthType 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:
setInterval(TimeIntervalLengthType)
,Gml311Package.getTimeCoordinateSystemType_Interval()
-
setInterval
void setInterval(TimeIntervalLengthType value)
Sets the value of the 'Interval
' containment reference.- Parameters:
value
- the new value of the 'Interval' containment reference.- See Also:
getInterval()
-
-