Methods in org.geotools.data.wfs.v1_1_0 that return WFSStrategy.RequestComponents |
WFSStrategy.RequestComponents |
IonicStrategy.createGetFeatureRequest(WFSProtocol wfs,
GetFeature query)
Ionic uses urn:opengis:def:crs:ogc::83 instead of EPSG:4269 . |
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 |
CubeWerxStrategy.createGetFeatureRequest(WFSProtocol wfs,
GetFeature query)
Addresses the following issues with the CubeWerx WFS server:
The request fails if the resultType parameter is set, either if the value is hits
or results, so it sets GetFeatureType.setResultType(net.opengis.wfs.ResultTypeType)
to null
CubeWerx does not support filtering logical filters containing mixed geometry filters
(eg, AND(BBOX, Intersects)), no matter what the capabilities doc says
|
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 . |