|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GMLFeatureCollection | |
org.deegree_impl.gml | |
org.deegree_impl.model.feature | |
org.deegree_impl.services.wfs | |
org.deegree_impl.services.wts | |
org.deegree.gml |
Uses of GMLFeatureCollection in org.deegree_impl.gml |
Classes in org.deegree_impl.gml that implement GMLFeatureCollection | |
class |
GMLFeatureCollection_Impl
---------------------------------------------------------- |
Methods in org.deegree_impl.gml that return GMLFeatureCollection | |
static GMLFeatureCollection |
GMLFeatureCollection_Impl.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. |
static GMLFeatureCollection |
GMLFactory.createGMLFeatureCollection(java.lang.String name)
creates an empty GMLFeatureCollection |
static GMLFeatureCollection |
GMLFactory.createGMLFeatureCollection(org.w3c.dom.Element element)
creates a GMLFeatureCollection from a XML Element |
GMLFeatureCollection |
GMLDocument_Impl.getRoot()
returns the root element of the document as GMLFeatureCollection. |
Methods in org.deegree_impl.gml with parameters of type GMLFeatureCollection | |
void |
GMLDocument_Impl.setRoot(GMLFeatureCollection root)
|
Uses of GMLFeatureCollection in org.deegree_impl.model.feature |
Methods in org.deegree_impl.model.feature with parameters of type GMLFeatureCollection | |
static FeatureCollection |
FeatureFactory.createFeatureCollection(GMLFeatureCollection gmlFc)
creates an instance of a FeatureCollection from a GMLFeatureCollection |
Uses of GMLFeatureCollection in org.deegree_impl.services.wfs |
Methods in org.deegree_impl.services.wfs that return GMLFeatureCollection | |
private GMLFeatureCollection |
WFSRequestController.formatGMLFC(GMLFeatureCollection gmlfc,
WFSGetFeatureResponse response)
formats the result of a GetFeature request to GML and adds it to the submitted GMLFeatureCollection |
Methods in org.deegree_impl.services.wfs with parameters of type GMLFeatureCollection | |
private GMLFeatureCollection |
WFSRequestController.formatGMLFC(GMLFeatureCollection gmlfc,
WFSGetFeatureResponse response)
formats the result of a GetFeature request to GML and adds it to the submitted GMLFeatureCollection |
private double[] |
WFSRequestController.getFCBoundingBox(GMLFeatureCollection fc)
|
Uses of GMLFeatureCollection in org.deegree_impl.services.wts |
Methods in org.deegree_impl.services.wts with parameters of type GMLFeatureCollection | |
private void |
WTService_Impl.handleWFSEntities(GMLFeatureCollection gmlFc,
double scale)
handles the response to a WFS GetFeature request containing buildings |
Uses of GMLFeatureCollection in org.deegree.gml |
Methods in org.deegree.gml that return GMLFeatureCollection | |
GMLFeatureCollection |
GMLDocument.getRoot()
returns the root element of the document as GMLFeatureCollection. |
Methods in org.deegree.gml with parameters of type GMLFeatureCollection | |
void |
GMLDocument.setRoot(GMLFeatureCollection root)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |