Uses of Enum Class
org.geotools.data.wfs.internal.GetFeatureRequest.ResultType
Packages that use GetFeatureRequest.ResultType
Package
Description
-
Uses of GetFeatureRequest.ResultType in org.geotools.data.wfs
Methods in org.geotools.data.wfs with parameters of type GetFeatureRequest.ResultTypeModifier and TypeMethodDescriptionprotected GetFeatureRequest
WFSStoredQueryFeatureSource.createGetFeature
(Query query, GetFeatureRequest.ResultType resultType) -
Uses of GetFeatureRequest.ResultType in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that return GetFeatureRequest.ResultTypeModifier and TypeMethodDescriptionGetFeatureRequest.getResultType()
static GetFeatureRequest.ResultType
Returns the enum constant of this class with the specified name.static GetFeatureRequest.ResultType[]
GetFeatureRequest.ResultType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.data.wfs.internal with parameters of type GetFeatureRequest.ResultTypeModifier and TypeMethodDescriptionvoid
GetFeatureRequest.setResultType
(GetFeatureRequest.ResultType resultType) abstract boolean
WFSStrategy.supports
(GetFeatureRequest.ResultType resultType) -
Uses of GetFeatureRequest.ResultType in org.geotools.data.wfs.internal.v1_x
Methods in org.geotools.data.wfs.internal.v1_x with parameters of type GetFeatureRequest.ResultTypeModifier and TypeMethodDescriptionboolean
ArcGisStrategy_1_X.supports
(GetFeatureRequest.ResultType resultType) boolean
CubeWerxStrategy.supports
(GetFeatureRequest.ResultType resultType) boolean
StrictWFS_1_x_Strategy.supports
(GetFeatureRequest.ResultType resultType) -
Uses of GetFeatureRequest.ResultType in org.geotools.data.wfs.internal.v2_0
Methods in org.geotools.data.wfs.internal.v2_0 with parameters of type GetFeatureRequest.ResultTypeModifier and TypeMethodDescriptionboolean
ArcGisStrategy_2_0.supports
(GetFeatureRequest.ResultType resultType) Pull Parser doesn't manage to parse feature count from response, so asking for HITS is a waste of time currently.boolean
StrictWFS_2_0_Strategy.supports
(GetFeatureRequest.ResultType resultType)