|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
appendFeature(Feature feature)
adds a feature to the collection |
void |
appendFeatures(Feature[] feature)
adds a list of features to the collection |
void |
appendFeatures(FeatureCollection feature)
adds a list of features to the collection |
Feature[] |
getAllFeatures()
returns an array of all features |
Feature |
getFeature(int index)
returns the feature at the submitted index |
Feature |
getFeatureById(java.lang.String id)
returns the feature identified by it's id |
int |
getSize()
returns the number of features within the collection |
Feature |
removeFeature(Feature feature)
removes the submitted feature from the collection |
Feature |
removeFeature(int index)
removes the feature at the submitted index from the collection |
Feature |
removeFeatureById(java.lang.String id)
removes the feature that is assigned to the submitted id. |
Methods inherited from interface org.deegree.model.feature.Feature |
getDefaultGeometryProperty, getEnvelope, getFeatureType, getGeometryProperties, getId, getProperties, getProperty, getProperty, setProperty |
Method Detail |
public Feature getFeature(int index)
public Feature getFeatureById(java.lang.String id)
public Feature[] getAllFeatures()
public void appendFeature(Feature feature)
public void appendFeatures(Feature[] feature)
public void appendFeatures(FeatureCollection feature)
public Feature removeFeature(Feature feature)
public Feature removeFeature(int index)
public Feature removeFeatureById(java.lang.String id)
public int getSize()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |