|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WFSResponse | |
---|---|
org.geotools.data.wfs.protocol.wfs | |
org.geotools.data.wfs.v1_1_0 | |
org.geotools.data.wfs.v1_1_0.parsers |
Uses of WFSResponse in org.geotools.data.wfs.protocol.wfs |
---|
Methods in org.geotools.data.wfs.protocol.wfs that return WFSResponse | |
---|---|
WFSResponse |
WFSProtocol.describeFeatureTypeGET(java.lang.String typeName,
java.lang.String outputFormat)
Issues a DescribeFeatureType request for the given type name and output format using the HTTP GET method |
WFSResponse |
WFSProtocol.describeFeatureTypePOST(java.lang.String typeName,
java.lang.String outputFormat)
Issues a DescribeFeatureType request for the given type name and output format using the HTTP POST method |
WFSResponse |
WFSProtocol.issueGetFeatureGET(GetFeature request)
Issues a GetFeature request for the given request, using GET HTTP method |
WFSResponse |
WFSProtocol.issueGetFeaturePOST(GetFeature request)
Issues a GetFeature request for the given request, using POST HTTP method |
Methods in org.geotools.data.wfs.protocol.wfs with parameters of type WFSResponse | |
---|---|
WFSResponseParser |
WFSResponseParserFactory.createParser(WFS_1_1_0_DataStore wfs,
WFSResponse response)
Creates a response parser for the given WFS response. |
java.lang.Object |
WFSResponseParser.parse(WFS_1_1_0_DataStore wfs,
WFSResponse response)
Produces a parsed object from the WFS response stream. |
static java.lang.Object |
WFSExtensions.process(WFS_1_1_0_DataStore wfs,
WFSResponse response)
Processes the result of a WFS operation and returns the parsed object. |
Uses of WFSResponse in org.geotools.data.wfs.v1_1_0 |
---|
Methods in org.geotools.data.wfs.v1_1_0 that return WFSResponse | |
---|---|
WFSResponse |
WFS_1_1_0_Protocol.describeFeatureTypeGET(java.lang.String typeName,
java.lang.String outputFormat)
|
WFSResponse |
WFS_1_1_0_Protocol.describeFeatureTypePOST(java.lang.String typeName,
java.lang.String outputFormat)
|
WFSResponse |
WFS_1_1_0_Protocol.issueGetFeatureGET(GetFeature request)
|
WFSResponse |
WFS_1_1_0_Protocol.issueGetFeaturePOST(GetFeature request)
|
Uses of WFSResponse in org.geotools.data.wfs.v1_1_0.parsers |
---|
Methods in org.geotools.data.wfs.v1_1_0.parsers with parameters of type WFSResponse | |
---|---|
WFSResponseParser |
Gml31GetFeatureResponseParserFactory.createParser(WFS_1_1_0_DataStore wfs,
WFSResponse response)
Returns either a FeatureCollectionParser or an ExceptionReportParser
depending on what the server returned. |
java.lang.Object |
ExceptionReportParser.parse(WFS_1_1_0_DataStore wfs,
WFSResponse response)
|
java.lang.Object |
DescribeFeatureTypeParser.parse(WFS_1_1_0_DataStore wfs,
WFSResponse response)
|
java.lang.Object |
FeatureCollectionParser.parse(WFS_1_1_0_DataStore wfs,
WFSResponse response)
|
java.lang.Object |
XmlSimpleFeatureParser.parse(WFSProtocol wfs,
WFSResponse response)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |