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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringOrRefTypegetDataSource()Returns the value of the 'Data Source' containment reference.HistoryPropertyTypegetHistory()Returns the value of the 'History' containment reference.FeatureMapgetHistoryGroup()Returns the value of the 'History Group' attribute list.TimePrimitivePropertyTypegetValidTime()Returns the value of the 'Valid Time' containment reference.voidsetDataSource(StringOrRefType value)Sets the value of the 'Data Source' containment reference.voidsetHistory(HistoryPropertyType value)Sets the value of the 'History' containment reference.voidsetValidTime(TimePrimitivePropertyType value)Sets the value of the 'Valid Time' containment reference.- 
Methods inherited from interface AbstractFeatureCollectionTypegetFeatureMember, getFeatureMembers, setFeatureMembers
 - 
Methods inherited from interface AbstractFeatureTypegetBoundedBy, getLocation, getLocationGroup, setBoundedBy, setLocation
 - 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
- 
- 
- 
Method Detail- 
getValidTimeTimePrimitivePropertyType 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()
 
 - 
setValidTimevoid 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()
 
 - 
getHistoryGroupFeatureMap 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()
 
 - 
getHistoryHistoryPropertyType 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()
 
 - 
setHistoryvoid setHistory(HistoryPropertyType value) Sets the value of the 'History' containment reference.- Parameters:
- value- the new value of the 'History' containment reference.
- See Also:
- getHistory()
 
 - 
getDataSourceStringOrRefType 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()
 
 - 
setDataSourcevoid 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()
 
 
- 
 
-