Uses of Class
org.geotools.data.wfs.internal.GetFeatureRequest
-
-
Uses of GetFeatureRequest in org.geotools.data.wfs
Methods in org.geotools.data.wfs that return GetFeatureRequest Modifier and Type Method Description protected 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 GetFeatureRequest Modifier and Type Method Description GetFeatureRequest
WFSClient. 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 EObject
AbstractWFSStrategy. createGetFeatureRequestPost(GetFeatureRequest query)
Creates the EMF object to be encoded with theWFS configuration
when a GetFeature POST request is to be made.ComplexGetFeatureResponse
WFSClient. issueComplexRequest(GetFeatureRequest request)
Issue a GetFeature request that will not be treated as SimpleFeatureTypeGetFeatureResponse
WFSClient. 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 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.parsers
Methods in org.geotools.data.wfs.internal.parsers with parameters of type GetFeatureRequest Modifier and Type Method Description protected 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 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::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 GetFeatureRequest Modifier and Type Method Description protected Map<String,String>
StrictWFS_2_0_Strategy. buildGetFeatureParametersForGET(GetFeatureRequest query)
protected EObject
StrictWFS_2_0_Strategy. createGetFeatureRequestPost(GetFeatureRequest query)
-