Class ArcGisStrategy_2_0
Object
Specification
WFSStrategy
AbstractWFSStrategy
StrictWFS_2_0_Strategy
ArcGisStrategy_2_0
- Author:
- ian
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
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.Methods inherited from class StrictWFS_2_0_Strategy
buildDescribeFeatureTypeParametersForGET, buildGetFeatureParametersForGET, canOffset, createDelete, createDescribeFeatureTypeRequestPost, createDescribeStoredQueriesRequestPost, createGetFeatureRequestPost, createInsert, createListStoredQueriesRequestPost, createTransactionRequest, createUpdate, findParameters, getClientSupportedOutputFormats, getFeatureTypeInfo, getFeatureTypeNames, getFilterCapabilities, getFilterConfiguration, getOperationMetadata, getOperationName, getOperationURI, getServerSupportedOutputFormats, getServerSupportedOutputFormats, getServiceInfo, getServiceVersion, getSupportedCRSIdentifiers, getWfsConfiguration, setCapabilities, supportsTransaction
Methods inherited from class AbstractWFSStrategy
buildDescribeFeatureTypeParametersForGET, buildDescribeStoredQueriesParametersForGET, buildListStoredQueriesParametersForGET, buildUrlGET, createGetCapabilitiesRequest, dispose, encodeGetFeatureGetFilter, encodePropertyName, getConfig, getDefaultOutputFormat, getFieldTypeMappings, getOperationURL, getPostContents, getPostContentType, getPrefixedTypeName, getVersion, prepareEncoder, setConfig, simplify, splitFilters, supportsOperation, updatePropertyNames
Methods inherited from class WFSStrategy
canLimit, newRequestHandle
-
Constructor Details
-
ArcGisStrategy_2_0
public ArcGisStrategy_2_0()
-
-
Method Details
-
supports
Pull Parser doesn't manage to parse feature count from response, so asking for HITS is a waste of time currently.- Overrides:
supports
in classStrictWFS_2_0_Strategy
-