Enumeration
For now, we only support some types of layers. This type is used by adding a data source from item data. For example, to add data from a group layer item, to create the child data sources, we need to parse the group layer item data. Please see https://developers.arcgis.com/web-map-specification/objects/operationalLayers/ and https://developers.arcgis.com/web-scene-specification/objects/operationalLayers/.
Enumeration Members
Enumeration member | Value |
---|---|
CSV | "CSV" |
FeatureLayer | "ArcGISFeatureLayer" |
GeoJSON | "GeoJSON" |
GroupLayer | "GroupLayer" |
ImageService | "ArcGISImageServiceLayer" |
KML | "KML" |
MapService | "ArcGISMapServiceLayer" |
SceneLayer | "ArcGISSceneServiceLayer" |
TiledImageService | "ArcGISTiledImageServiceLayer" |
TiledMapService | "ArcGISTiledMapServiceLayer" |
VectorTileService | "VectorTileLayer" |
WFS | "WFS" |
WMS | "WMS" |