Uses of Class
org.geotools.data.wfs.internal.GetFeatureRequest
Packages that use GetFeatureRequest
Package
Description
-
Uses of GetFeatureRequest in org.geotools.data.wfs
Methods in org.geotools.data.wfs that return GetFeatureRequestModifier and TypeMethodDescriptionprotected GetFeatureRequestWFSStoredQueryFeatureSource.createGetFeature(Query query, GetFeatureRequest.ResultType resultType) -
Uses of GetFeatureRequest in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that return GetFeatureRequestMethods in org.geotools.data.wfs.internal with parameters of type GetFeatureRequestModifier and TypeMethodDescriptionAbstractWFSStrategy.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.WFSClient.issueComplexRequest(GetFeatureRequest request) Issue a GetFeature request that will not be treated as SimpleFeatureTypeWFSClient.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 GetFeatureRequestModifierConstructorDescriptionWFSContentComplexFeatureCollection(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.parsers
Methods in org.geotools.data.wfs.internal.parsers with parameters of type GetFeatureRequestModifier and TypeMethodDescriptionprotected 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_x
Methods in org.geotools.data.wfs.internal.v1_x with parameters of type GetFeatureRequestModifier and TypeMethodDescriptionCubeWerxStrategy.buildGetFeatureParametersForGET(GetFeatureRequest request) Removes theRESULTTYPE.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_0
Methods in org.geotools.data.wfs.internal.v2_0 with parameters of type GetFeatureRequestModifier and TypeMethodDescriptionStrictWFS_2_0_Strategy.buildGetFeatureParametersForGET(GetFeatureRequest query) protected EObjectStrictWFS_2_0_Strategy.createGetFeatureRequestPost(GetFeatureRequest query)