Package net.opengis.gml311
Interface DynamicFeatureCollectionType
- All Superinterfaces:
AbstractFeatureCollectionType
,AbstractFeatureType
,AbstractGMLType
,EObject
,FeatureCollectionType
,Notifier
- All Known Implementing Classes:
DynamicFeatureCollectionTypeImpl
A representation of the model object 'Dynamic Feature Collection Type'.
A dynamic feature collection may possess a history and/or a timestamp.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Data Source' containment reference.Returns the value of the 'History' containment reference.FeatureMap
Returns the value of the 'History Group' attribute list.Returns the value of the 'Valid Time' containment reference.void
setDataSource
(StringOrRefType value) Sets the value of the 'Data Source
' containment reference.void
setHistory
(HistoryPropertyType value) Sets the value of the 'History
' containment reference.void
Sets the value of the 'Valid Time
' containment reference.Methods inherited from interface AbstractFeatureCollectionType
getFeatureMember, getFeatureMembers, setFeatureMembers
Methods inherited from interface AbstractFeatureType
getBoundedBy, getLocation, getLocationGroup, setBoundedBy, setLocation
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:
-
getHistoryGroup
FeatureMap getHistoryGroup()Returns the value of the 'History Group' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'History Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'History Group' attribute list.
- See Also:
-
getHistory
HistoryPropertyType getHistory()Returns the value of the 'History' containment reference.If the meaning of the 'History' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'History' containment reference.
- See Also:
-
setHistory
Sets the value of the 'History
' containment reference.- Parameters:
value
- the new value of the 'History' 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:
-