Hide Table of Contents
esri/dijit/util
esri/layer/pixelFilters
esri/process
esri/support
esri/workers
Class: DataSource

require(["esri/layers/DataSource"], function(DataSource) { /* code goes here */ });

Description

(Added at v2.7)
Used to denote classes that may be used as a data source.

See also
LayerDataSource.dataSource

Samples

Search for samples that use this class.

Subclasses

Constructors

NameSummary
new DataSource(json?)Creates a new DataSource object.
Constructor Details

new DataSource(json?)

Creates a new DataSource object.
Parameters:
<Object> json Optional JSON object representing the DataSource.
Show Modal