|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetFeature | |
---|---|
org.geotools.data.wfs.protocol.wfs | |
org.geotools.data.wfs.v1_1_0 |
Uses of GetFeature in org.geotools.data.wfs.protocol.wfs |
---|
Methods in org.geotools.data.wfs.protocol.wfs with parameters of type GetFeature | |
---|---|
WFSResponse |
WFSProtocol.issueGetFeatureGET(GetFeature request)
Issues a GetFeature request for the given request, using GET HTTP method The request shall already be adapted to what the server supports in terms of filter
capabilities and CRS reprojection. |
WFSResponse |
WFSProtocol.issueGetFeaturePOST(GetFeature request)
Issues a GetFeature request for the given request, using POST HTTP method The query to WFS request parameter translation is the same than for WFSProtocol.issueGetFeatureGET(GetFeature)
|
Uses of GetFeature in org.geotools.data.wfs.v1_1_0 |
---|
Classes in org.geotools.data.wfs.v1_1_0 that implement GetFeature | |
---|---|
class |
GetFeatureQueryAdapter
|
Methods in org.geotools.data.wfs.v1_1_0 with parameters of type GetFeature | |
---|---|
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 |
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
|
WFSResponse |
WFS_1_1_0_Protocol.issueGetFeatureGET(GetFeature request)
|
WFSResponse |
WFS_1_1_0_Protocol.issueGetFeaturePOST(GetFeature request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |