|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
----------------------------------------------------------
Method Summary | |
void |
addFeature(GMLFeature feature)
adds a feature to the collection |
GMLFeature |
getFeature(java.lang.String id)
returns the feature that matvhes the submitted id |
GMLFeature[] |
getFeatures()
returns all features of the collection |
GMLFeature[] |
getFeatures(java.lang.String name)
returns the features that matvhes the submitted name |
void |
removeFeature(java.lang.String id)
removes a feature from the collection |
void |
setBoundingBox(double minx,
double miny,
double maxx,
double maxy)
sets the bounding box of the feature collection |
void |
setBoundingBox(GMLBox box)
sets the bounding box of the feature collection |
Methods inherited from interface org.deegree.gml.GMLFeature |
addProperty, getBoundedBy, getDescription, getFeatureTypeName, getGeoProperties, getId, getName, getNoneGeoProperties, getProperties, getProperty, setDescription, setId, setName |
Method Detail |
public GMLFeature[] getFeatures()
public GMLFeature getFeature(java.lang.String id)
public GMLFeature[] getFeatures(java.lang.String name)
public void addFeature(GMLFeature feature)
public void removeFeature(java.lang.String id)
public void setBoundingBox(double minx, double miny, double maxx, double maxy)
public void setBoundingBox(GMLBox box)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |