|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WFSProtocol | |
---|---|
org.geotools.data.wfs.v1_1_0 | |
org.geotools.data.wfs.v1_1_0.parsers |
Uses of WFSProtocol in org.geotools.data.wfs.v1_1_0 |
---|
Classes in org.geotools.data.wfs.v1_1_0 that implement WFSProtocol | |
---|---|
class |
WFS_1_1_0_Protocol
WFSProtocol implementation to talk to a WFS 1.1.0 server leveraging the GeoTools xml-xsd subsystem for schema assisted parsing and encoding of WFS requests and responses. |
Methods in org.geotools.data.wfs.v1_1_0 with parameters of type WFSProtocol | |
---|---|
WFSStrategy.RequestComponents |
WFSStrategy.createGetFeatureRequest(WFSProtocol wfs,
GetFeature request)
Creates a GetFeature request that the server implementation this strategy works upon can deal with, and returns both the appropriate request to send to the server as well as the Filter that should be post processed at runtime once the server response is obtained,
in order to match the actual query . |
WFSStrategy.RequestComponents |
CubeWerxStrategy.createGetFeatureRequest(WFSProtocol wfs,
GetFeature query)
Addresses the following issues with the CubeWerx WFS server: |
WFSStrategy.RequestComponents |
DefaultWFSStrategy.createGetFeatureRequest(WFSProtocol wfs,
GetFeature query)
Creates the mapping GetFeature request for the given Query and
outputFormat , and post-processing filter based on the server's stated filter
capabilities. |
WFSStrategy.RequestComponents |
IonicStrategy.createGetFeatureRequest(WFSProtocol wfs,
GetFeature query)
Ionic uses urn:opengis:def:crs:ogc::83 instead of EPSG:4269 . |
java.lang.String |
WFSStrategy.getDefaultOutputFormat(WFSProtocol wfs,
WFSOperationType operation)
Returns the protocol default output format name for the WFS version the implementation talks. |
java.lang.String |
DefaultWFSStrategy.getDefaultOutputFormat(WFSProtocol wfs,
WFSOperationType operation)
|
java.lang.String |
GeoServerStrategy.getDefaultOutputFormat(WFSProtocol wfs,
WFSOperationType op)
GeoServer versions prior to 2.0 state text/gml; subtype=gml/3.1.1 instead of text/xml; subtype=gml/3.1.1 |
java.lang.String |
IonicStrategy.getDefaultOutputFormat(WFSProtocol wfs,
WFSOperationType op)
Ionic does not declare the supported output formats in the caps, yet it fails if asked for text/xml; subtype=gml/3.1.1 but succeeds if asked for GML3 |
Constructors in org.geotools.data.wfs.v1_1_0 with parameters of type WFSProtocol | |
---|---|
WFS_1_1_0_DataStore(WFSProtocol wfs)
The WFS capabilities document. |
Uses of WFSProtocol in org.geotools.data.wfs.v1_1_0.parsers |
---|
Methods in org.geotools.data.wfs.v1_1_0.parsers with parameters of type WFSProtocol | |
---|---|
java.lang.Object |
XmlSimpleFeatureParser.parse(WFSProtocol wfs,
WFSResponse response)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |