Class ArcGisStrategy_2_0
- Object
-
- Specification
-
- WFSStrategy
-
- AbstractWFSStrategy
-
- StrictWFS_2_0_Strategy
-
- ArcGisStrategy_2_0
-
public class ArcGisStrategy_2_0 extends StrictWFS_2_0_Strategy
- Author:
- ian
-
-
Constructor Summary
Constructors Constructor Description ArcGisStrategy_2_0()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
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
-
-
-
-
Method Detail
-
supports
public boolean 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.- Overrides:
supports
in classStrictWFS_2_0_Strategy
-
-