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 GetFeatureRequestWFSStoredQueryFeatureSource.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.ResultTypeReturns 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 TypeMethodDescriptionvoidGetFeatureRequest.setResultType(GetFeatureRequest.ResultType resultType) abstract booleanWFSStrategy.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 TypeMethodDescriptionbooleanArcGisStrategy_1_X.supports(GetFeatureRequest.ResultType resultType) booleanCubeWerxStrategy.supports(GetFeatureRequest.ResultType resultType) booleanStrictWFS_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 TypeMethodDescriptionbooleanArcGisStrategy_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.booleanStrictWFS_2_0_Strategy.supports(GetFeatureRequest.ResultType resultType)