Uses of Class
org.geotools.data.wfs.internal.GetFeatureRequest
- 
- 
Uses of GetFeatureRequest in org.geotools.data.wfsMethods in org.geotools.data.wfs that return GetFeatureRequest Modifier and Type Method Description protected GetFeatureRequestWFSStoredQueryFeatureSource. createGetFeature(Query query, GetFeatureRequest.ResultType resultType)
- 
Uses of GetFeatureRequest in org.geotools.data.wfs.internalMethods in org.geotools.data.wfs.internal that return GetFeatureRequest Modifier and Type Method Description GetFeatureRequestWFSClient. createGetFeatureRequest()Methods in org.geotools.data.wfs.internal with parameters of type GetFeatureRequest Modifier and Type Method Description protected Map<String,String>AbstractWFSStrategy. buildGetFeatureParametersForGET(GetFeatureRequest request)protected abstract EObjectAbstractWFSStrategy. createGetFeatureRequestPost(GetFeatureRequest query)Creates the EMF object to be encoded with theWFS configurationwhen a GetFeature POST request is to be made.ComplexGetFeatureResponseWFSClient. issueComplexRequest(GetFeatureRequest request)Issue a GetFeature request that will not be treated as SimpleFeatureTypeGetFeatureResponseWFSClient. issueRequest(GetFeatureRequest request)Issue a GetFeature request that have a SimpleFeatureType in request.getFullType()protected voidAbstractWFSStrategy. updatePropertyNames(GetFeatureRequest request, Filter unsupportedFilter)If needed, expands the set of requested property names to include the ones needed to evaluate the unsupported filter.Constructors in org.geotools.data.wfs.internal with parameters of type GetFeatureRequest Constructor Description WFSContentComplexFeatureCollection(GetFeatureRequest request, FeatureType schema, QName name, Filter filter, WFSClient client)Making a feature collection based on a request for a type with a filter.WFSContentComplexFeatureCollection(GetFeatureRequest request, FeatureType schema, QName name, WFSClient client)Making a feature collection based on a request for a type without any filter.
- 
Uses of GetFeatureRequest in org.geotools.data.wfs.internal.parsersMethods in org.geotools.data.wfs.internal.parsers with parameters of type GetFeatureRequest Modifier and Type Method Description protected FeatureTypeAbstractGetFeatureResponseParserFactory. getRequestedType(GetFeatureRequest request)protected abstract GetParser<SimpleFeature>AbstractGetFeatureResponseParserFactory. parser(GetFeatureRequest request, InputStream in)protected GetParser<SimpleFeature>ComplexGetFeatureResponseParserFactory. parser(GetFeatureRequest request, InputStream in)protected GetParser<SimpleFeature>GetFeatureResponseParserFactory. parser(GetFeatureRequest request, InputStream in)protected GetParser<SimpleFeature>GmlGetFeatureResponseParserFactory. parser(GetFeatureRequest request, InputStream in)
- 
Uses of GetFeatureRequest in org.geotools.data.wfs.internal.v1_xMethods in org.geotools.data.wfs.internal.v1_x with parameters of type GetFeatureRequest Modifier and Type Method Description protected Map<String,String>CubeWerxStrategy. buildGetFeatureParametersForGET(GetFeatureRequest request)Removes theRESULTTYPE.protected Map<String,String>IonicStrategy. buildGetFeatureParametersForGET(GetFeatureRequest request)Ionic usesurn:opengis:def:crs:ogc::83instead ofEPSG:4269.protected GetFeatureTypeStrictWFS_1_x_Strategy. createGetFeatureRequestPost(GetFeatureRequest query)
- 
Uses of GetFeatureRequest in org.geotools.data.wfs.internal.v2_0Methods in org.geotools.data.wfs.internal.v2_0 with parameters of type GetFeatureRequest Modifier and Type Method Description protected Map<String,String>StrictWFS_2_0_Strategy. buildGetFeatureParametersForGET(GetFeatureRequest query)protected EObjectStrictWFS_2_0_Strategy. createGetFeatureRequestPost(GetFeatureRequest query)
 
-