Optional
apiAn API key (or token) required to access the service.
See also https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#apiKey
Optional
collectionSpecifies the collectionId of a ogc-feature layer.
Optional
customA list of URL parameters which will be appended during fetching of the layer.
Optional
geometryName of the geometry field for polygon queries against OGCFeatureServices.
The id of the new store.
Optional
nameSpecifies the name of the WFS layer.
Optional
objectSpecifies the objectIdField of a ogc-feature layer. Default is 'id'
Optional
supportsFlag for ogc-feature layer, to enable queries for features using the objectIdField property. Default is false.
Optional
supportsFlag to indicate that the layer supports filtering using POST requests.
Default is false
for non ArcGIS OGCFeaturesServices,
which means that requests with long query strings will fail.
If supportsIdQueries
is true
and supportsPostQueries
is false
then these id queries are split to ensure GET requests are used for feature lookup by ids.
Optional
typeThe type of the service. Defaults to "feature".
A service url, for services that are not in the map.
Generated using TypeDoc
Specifies an AGSStore constructed from a URL.