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

dojo.require("esri.layers.InheritedDomain")

Description

(Added at v2.0)
This class is a subclass of esri/layers/Domain. It does not add any new properties or methods.

See also

Samples

Search for samples that use this class.

Class hierarchy

esri/layers.Domain
|_esri/layers.InheritedDomain

Properties

NameTypeSummary
nameStringThe domain name.
typeStringThe domain type.

Methods

NameReturn typeSummary
toJson()ObjectConverts object to its ArcGIS Server JSON representation.
Property Details

<String> name

The domain name.

<String> type

The domain type. Valid values are "range" or "codedValue".
Method Details

toJson()

Converts object to its ArcGIS Server JSON representation. (Added at v2.1)
Return type: Object
Show Modal