|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GetFeature in org.deegree.protocol.wfs.client |
---|
Methods in org.deegree.protocol.wfs.client with parameters of type GetFeature | |
---|---|
GetFeatureResponse<Feature> |
WFSClient.doGetFeature(GetFeature request)
Performs the given GetFeature request. |
Uses of GetFeature in org.deegree.protocol.wfs.getfeature |
---|
Methods in org.deegree.protocol.wfs.getfeature that return GetFeature | |
---|---|
GetFeature |
GetFeatureXMLAdapter.parse()
Parses a WFS GetFeature document into a GetFeature object. *
Supported WFS versions:
1.0.0
1.1.0
2.0.0
|
static GetFeature |
GetFeatureKVPAdapter.parse(Map<String,String> kvpParams,
Map<String,String> nsMap)
Parses a normalized KVP-map as a WFS GetFeature request. |
GetFeature |
GetFeatureXMLAdapter.parse100()
Parses a WFS 1.0.0 GetFeature document into a GetFeature object. |
GetFeature |
GetFeatureXMLAdapter.parse110()
Parses a WFS 1.1.0 GetFeature document into a GetFeature object. |
GetFeature |
GetFeatureXMLAdapter.parse200()
Parses a WFS 2.0.0 GetFeature document into a GetFeature object. |
Methods in org.deegree.protocol.wfs.getfeature with parameters of type GetFeature | |
---|---|
static void |
GetFeature110XMLEncoder.export(GetFeature getFeature,
NamespaceBindings namespaceBindings,
XMLStreamWriter writer)
Serializes a GetFeature -object for WFS 1.1.0 GetFeature-requests |
Uses of GetFeature in org.deegree.protocol.wfs.getfeaturewithlock |
---|
Subclasses of GetFeature in org.deegree.protocol.wfs.getfeaturewithlock | |
---|---|
class |
GetFeatureWithLock
Represents a GetFeatureWithLock request to a WFS. |
Uses of GetFeature in org.deegree.services.wfs.format |
---|
Methods in org.deegree.services.wfs.format with parameters of type GetFeature | |
---|---|
void |
Format.doGetFeature(GetFeature request,
HttpResponseBuffer response)
Invoked by the WebFeatureService to perform a GetFeature request for this format. |
Uses of GetFeature in org.deegree.services.wfs.format.gml |
---|
Methods in org.deegree.services.wfs.format.gml with parameters of type GetFeature | |
---|---|
void |
GMLFormat.doGetFeature(GetFeature request,
HttpResponseBuffer response)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |