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 GetFeatureRequest
WFSStoredQueryFeatureSource.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 EObject
AbstractWFSStrategy.createGetFeatureRequestPost
(GetFeatureRequest query) Creates the EMF object to be encoded with theWFS configuration
when 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 void
AbstractWFSStrategy.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 FeatureType
AbstractGetFeatureResponseParserFactory.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::83
instead ofEPSG:4269
.protected GetFeatureType
StrictWFS_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 EObject
StrictWFS_2_0_Strategy.createGetFeatureRequestPost
(GetFeatureRequest query)