Package net.opengis.gml311
Interface DynamicFeatureCollectionType
-
- All Superinterfaces:
AbstractFeatureCollectionType
,AbstractFeatureType
,AbstractGMLType
,EObject
,FeatureCollectionType
,Notifier
- All Known Implementing Classes:
DynamicFeatureCollectionTypeImpl
public interface DynamicFeatureCollectionType extends FeatureCollectionType
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringOrRefType
getDataSource()
Returns the value of the 'Data Source' containment reference.HistoryPropertyType
getHistory()
Returns the value of the 'History' containment reference.FeatureMap
getHistoryGroup()
Returns the value of the 'History Group' attribute list.TimePrimitivePropertyType
getValidTime()
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
setValidTime(TimePrimitivePropertyType value)
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
-
-
-
-
Method Detail
-
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(TimePrimitivePropertyType)
,Gml311Package.getDynamicFeatureCollectionType_ValidTime()
-
setValidTime
void setValidTime(TimePrimitivePropertyType value)
Sets the value of the 'Valid Time
' containment reference.- Parameters:
value
- the new value of the 'Valid Time' containment reference.- See Also:
getValidTime()
-
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:
Gml311Package.getDynamicFeatureCollectionType_HistoryGroup()
-
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(HistoryPropertyType)
,Gml311Package.getDynamicFeatureCollectionType_History()
-
setHistory
void setHistory(HistoryPropertyType value)
Sets the value of the 'History
' containment reference.- Parameters:
value
- the new value of the 'History' containment reference.- See Also:
getHistory()
-
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(StringOrRefType)
,Gml311Package.getDynamicFeatureCollectionType_DataSource()
-
setDataSource
void setDataSource(StringOrRefType value)
Sets the value of the 'Data Source
' containment reference.- Parameters:
value
- the new value of the 'Data Source' containment reference.- See Also:
getDataSource()
-
-