Limitations
This document describes the known limitations of security.manager for OGC.
WFS
Spatial restrictions
-
Spatial restrictions are not supported for ArcGIS Server based WFS. Reason for this is the lack of support for filters with MultiSurface geometries in ArcGIS.
Stored queries
-
The operations
DropStoredQueryandCreateStoredQueryare not supported. -
Private stored queries are not supported and are filtered from the
ListStoredQueryandDescribeStoredQueryresponses. The only exception to this is theGetFeatureByIdpredefined stored query. -
All public stored queries are set to private. The body of these queries is filtered from the
DescribeStoredQueryresponse. -
Only those stored queries are supported that return feature types matching the feature types listed in the
GetCapabilitiesresponse. For example, stored queries usinggml:AbstractFeatureor the schema-element expression are not supported (such asGetDatasetByCrs). They are filtered from theListStoredQueryandDescribeStoredQueryresponses. -
Only stored queries with a body using the query language
urn:ogc:def:queryLanguage:OGC-WFS::WFS_QueryExpressionare supported.