Uses of Interface
org.geotools.data.wfs.protocol.wfs.GetFeature

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
 WFSResponse WFSProtocol.issueGetFeaturePOST(GetFeature request)
          Issues a GetFeature request for the given request, using POST HTTP method
 

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 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.
 WFSResponse WFS_1_1_0_Protocol.issueGetFeatureGET(GetFeature request)
           
 WFSResponse WFS_1_1_0_Protocol.issueGetFeaturePOST(GetFeature request)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.