|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.ogc.wms.gml_Impl.GMLFeature_Impl
cgl.ogc.wms.gml_Impl.GMLFeatureCollection_Impl
Title:
Description:
Copyright: Copyright (c) 2005
Company: Indiana University - Computer Science Dept.
| Field Summary |
| Fields inherited from class cgl.ogc.wms.gml_Impl.GMLFeature_Impl |
element |
| Constructor Summary | |
GMLFeatureCollection_Impl(org.w3c.dom.Element element)
Creates a new GMLFeatureCollection_Impl object. |
|
GMLFeatureCollection_Impl(java.lang.String name)
Creates a new GMLFeatureCollection_Impl object. |
|
GMLFeatureCollection_Impl(java.lang.String name,
java.lang.String prefix,
java.lang.String nameSpace)
Creates a new GMLFeatureCollection_Impl object. |
|
| Method Summary | |
void |
addFeature(GMLFeature feature)
adds a feature to the collection |
static GMLFeatureCollection |
createGMLFeatureCollection(org.w3c.dom.Document doc,
java.lang.String collectionName)
creates a GMLFeatureCollection that doesn't contain a property and that hasn't an id. |
org.w3c.dom.Element |
getAsElement()
|
GMLFeature |
getFeature(java.lang.String id)
returns the feature that matches the submitted id |
GMLFeature[] |
getFeatures()
returns all features of the collection |
GMLFeature[] |
getFeatures(java.lang.String name)
returns the features that matvhes the submitted |
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 |
java.lang.String |
toString()
|
| Methods inherited from class cgl.ogc.wms.gml_Impl.GMLFeature_Impl |
addProperty, createGMLFeature, createGMLFeature, getBoundedBy, getDescription, getFeatureTypeName, getGeoProperties, getId, getName, getNoneGeoProperties, getProperties, getProperty, isComplexProperty, isProperty, setDescription, setElement, setId, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface cgl.ogc.wms.gml.GMLFeature |
addProperty, getBoundedBy, getDescription, getFeatureTypeName, getGeoProperties, getId, getName, getNoneGeoProperties, getProperties, getProperty, setDescription, setId, setName |
| Constructor Detail |
public GMLFeatureCollection_Impl(java.lang.String name)
name - String
public GMLFeatureCollection_Impl(java.lang.String name,
java.lang.String prefix,
java.lang.String nameSpace)
name - prefix - nameSpace - public GMLFeatureCollection_Impl(org.w3c.dom.Element element)
element - | Method Detail |
public org.w3c.dom.Element getAsElement()
getAsElement in class GMLFeature_Impl
public static GMLFeatureCollection createGMLFeatureCollection(org.w3c.dom.Document doc,
java.lang.String collectionName)
doc - DocumentcollectionName - String
public GMLFeature[] getFeatures()
getFeatures in interface GMLFeatureCollectionpublic GMLFeature getFeature(java.lang.String id)
getFeature in interface GMLFeatureCollectionid - String
public GMLFeature[] getFeatures(java.lang.String name)
getFeatures in interface GMLFeatureCollectionname - String
public void addFeature(GMLFeature feature)
addFeature in interface GMLFeatureCollectionfeature - GMLFeaturepublic void removeFeature(java.lang.String id)
removeFeature in interface GMLFeatureCollectionid - String
public void setBoundingBox(double minx,
double miny,
double maxx,
double maxy)
setBoundingBox in interface GMLFeatureCollectionminx - doubleminy - doublemaxx - doublemaxy - doublepublic void setBoundingBox(GMLBox box)
setBoundingBox in interface GMLFeatureCollectionbox - GMLBoxpublic java.lang.String toString()
toString in class GMLFeature_Impl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||