|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeatureCollection
Method Summary | |
---|---|
void |
add(Feature feature)
adds a feature to the collection |
void |
addAll(Feature[] features)
Deprecated. use addAllUncontained(org.deegree.model.feature.Feature[]) instead, and note that the method behaves slightly different |
void |
addAll(FeatureCollection featureCollection)
Deprecated. use addAllUncontained(org.deegree.model.feature.Feature[]) instead, and note that the method behaves slightly different |
void |
addAllUncontained(Feature[] features)
adds a list of features to the collection |
void |
addAllUncontained(FeatureCollection featureCollection)
Adds the features to the collection, if they're not already contained. |
void |
clear()
removes all features from a collection |
Feature |
getFeature(int index)
|
Feature |
getFeature(java.lang.String id)
|
java.util.Iterator<Feature> |
iterator()
returns an Iterator on the feature contained in a collection |
Feature |
remove(Feature feature)
removes the submitted feature from the collection |
Feature |
remove(int index)
removes the feature at the submitted index from the collection |
Feature |
remove(java.lang.String id)
removes the feature that is assigned to the submitted id. |
int |
size()
|
Feature[] |
toArray()
|
Methods inherited from interface org.deegree.model.feature.Feature |
---|
addProperty, clone, cloneDeep, getAttribute, getAttributes, getBoundedBy, getDefaultGeometryPropertyValue, getDefaultProperty, getDefaultProperty, getDescription, getFeatureType, getGeometryPropertyValues, getId, getName, getOwner, getProperties, getProperties, getProperties, removeProperty, replaceProperty, setAttribute, setEnvelopesUpdated, setFeatureType, setId, setProperty |
Method Detail |
---|
void clear()
Feature getFeature(int index)
index
- of the feature.
Feature getFeature(java.lang.String id)
id
- of the feature
null
will be returned.Feature[] toArray()
java.util.Iterator<Feature> iterator()
void add(Feature feature)
feature
- to add.@Deprecated void addAll(Feature[] features)
addAllUncontained(org.deegree.model.feature.Feature[])
instead, and note that the method behaves slightly different
features
- to add.addAllUncontained(org.deegree.model.feature.Feature[])
void addAllUncontained(Feature[] features)
features
- to add.@Deprecated void addAll(FeatureCollection featureCollection)
addAllUncontained(org.deegree.model.feature.Feature[])
instead, and note that the method behaves slightly different
featureCollection
- to add.addAllUncontained(org.deegree.model.feature.Feature[])
void addAllUncontained(FeatureCollection featureCollection)
featureCollection
- Feature remove(Feature feature)
feature
- to remove
Feature remove(int index)
index
- of the feature to remove.
Feature remove(java.lang.String id)
id
- of the feature to remove.
int size()
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org