Package net.opengis.gml311
Interface AbstractTimeSliceType
- All Superinterfaces:
AbstractGMLType
,EObject
,Notifier
- All Known Subinterfaces:
MovingObjectStatusType
- All Known Implementing Classes:
AbstractTimeSliceTypeImpl
,MovingObjectStatusTypeImpl
A representation of the model object 'Abstract Time Slice Type'.
A timeslice encapsulates the time-varying properties of a dynamic feature--it
must be extended to represent a timestamped projection of a feature. The dataSource
property describes how the temporal data was acquired.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Data Source' containment reference.Returns the value of the 'Valid Time' containment reference.void
setDataSource
(StringOrRefType value) Sets the value of the 'Data Source
' containment reference.void
Sets the value of the 'Valid Time
' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
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
-
getValidTime
TimePrimitivePropertyType getValidTime()Returns the value of the 'Valid Time' containment reference.If the meaning of the 'Valid Time' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Valid Time' containment reference.
- See Also:
-
setValidTime
Sets the value of the 'Valid Time
' containment reference.- Parameters:
value
- the new value of the 'Valid Time' containment reference.- See Also:
-
getDataSource
StringOrRefType getDataSource()Returns the value of the 'Data Source' containment reference.If the meaning of the 'Data Source' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Data Source' containment reference.
- See Also:
-
setDataSource
Sets the value of the 'Data Source
' containment reference.- Parameters:
value
- the new value of the 'Data Source' containment reference.- See Also:
-