Class | Description |
---|---|
ArcGISDynamicMapServiceLayer |
Allows you to work with a dynamic map service resource exposed by the
ArcGIS Server REST API.
|
ArcGISDynamicMapServiceLayer.LayerDefinitions |
Example:
layerDefinitions.setLayerDefinition(0, "POPULATION > 5000000");
layerDefinitions.setLayerDefinition(0, "AREA > 100000");
dynamicMapServiceLayer.setLayerDefinitions(layerDefinitions);
Note that the array indices 0 and 5 are valid layer IDs, and POPULATION and AREA are valid attribute fields
associated with the respective layers. |
ArcGISDynamicMapServiceLayer.Options |
Layer Options
|
ArcGISImageServiceLayer |
Allows you to work with an image map service resource exposed by the ArcGIS Server REST API.
|
ArcGISImageServiceLayer.Options |
Constructor options for the ArcGISImageServiceLayer
|
ArcGISTiledMapServiceLayer |
Allows you to work with a cached map service resource exposed by the ArcGIS Server REST API.
|
ArcGISTiledMapServiceLayer.Options |
Optional parameters for constructor
|
AttachmentInfo |
Object returned by onQueryAttachmentInfosComplete() in the FeatureLayer.
|
Band |
Band information, used by ArcGISImageServiceLayer
|
CodedValueDomain |
Information about the coded values belonging to the domain.
|
Domain |
Domains define constraints on a layer field.
|
DynamicLayerInfo |
Class added v2.7
Information about each layer in a map service.
|
DynamicMapServiceLayer |
The base class for ArcGIS Server dynamic map services.
|
FeatureEditResult |
The results of a feature edit such as add, update or delete.
|
FeatureLayer |
The feature layer inherits from the graphics layer and can be used to display features
from a single layer in either a Map Service or Feature Service.
|
FeatureLayer.EditCapabilities | |
FeatureLayer.EditFieldsInfo | |
FeatureLayer.FeatureCollectionObject | |
FeatureLayer.Options | |
FeatureLayer.OwnershipAccessControl | |
FeatureLayer.RelatedFeatures | |
FeatureLayer.Relationship | |
FeatureTemplate |
Feature templates define the information required to create a new feature.
|
FeatureType |
A type defined by a feature layer.
|
Field |
Information about each field in a layer.
|
GraphicsLayer |
A layer that contains one or more Graphic features.
|
GraphicsLayer.Options | |
ImageParameters |
Represents the image parameter options used when calling ArcGISDynamicMapServiceLayer.exportMapImage,
Geoprocessor.getResultImage, and Geoprocessor.getResultImageLayer.
|
ImageServiceParameters |
Represents the image service parameter options used when calling ArcGISImageServiceLayer.exportMapImage.
|
InheritedDomain | |
JoinDataSource |
Class added v2.7
The JoinDataSource class defines and provides information about the result of a join operation.
|
KMLFolder |
Defines information about a KML folder.
|
KMLGroundOverlay |
The KMLGroundOverlay class provides details about a KML ground overlay.
|
KMLLayer |
The KMLLayer class is used to create a layer based on a KML file (.kml,.kmz).
|
KMLLayer.FeatureInfo | |
KMLLayer.LinkInfo | |
KMLLayer.Options | |
Layer |
The base class for all layers that can be added to a map.
|
LayerDataSource |
Class added v2.7
The LayerDataSource class defines and provides information about a layer created on the fly from a
data source.
|
LayerDrawingOptions |
The LayerDrawingOptions class prvoides options for setting ArcGISDynamicMapServiceLayer rendering options.
|
LayerInfo |
Contains information about each layer in a map service.
|
LayerMapSource |
The LayerMapSource class defines and provides information about an
existing map service layer.
|
LayerTimeOptions |
Defines the time options for the layer.
|
LOD |
An ArcGISTiledMapServiceLayer has a number of LODs (Levels of Detail).
|
MapImage |
Represents the data object for the dynamically generated map.
|
MapImageLayer |
The MapImageLayer class is used to add georeferenced images to the map.
|
MapImageLayer.Options | |
MosaicRule |
Specifies the mosaic rule when defining how individual images should be mosaicked.
|
OpenStreetMapLayer |
Allows you to use basemaps from OpenStreetMap .
|
OpenStreetMapLayer.Options | |
QueryDataSource |
Class added v2.7
The QueryDataSource class defines and provides information about a layer or table that is defined by a SQL
query.
|
RangeDomain |
Information about the range of values belonging to the domain.
|
RasterDataSource |
Class added v2.7
The RasterDataSource class defines and provides information about a file-based raster that resides
in a registered raster workspace.
|
RasterFunction |
Specifies the processing to be done to the image service.
|
TableDataSource |
The TableDataSource class defines and provides information about a table, feature class, or raster that
resides in a registered file geodatabase, SDE or Shapefile workspace.
|
TiledMapServiceLayer |
The base class for all tiled map service layers.
|
TileInfo |
Contains information about the tiling scheme for an ArcGISTiledMapServiceLayer.
|
TimeInfo |
Time information details.
|
TimeReference |
TimeReference contains information about how the time was measured.
|
WMSLayer |
A layer for OGC Web Map Services (WMS).
|
WMSLayer.Options | |
WMSLayer.ResourceInfo |
An optional resource info object.
|
WMSLayerInfo |
The WMS layer information class defines and provides information about layers in a WMS service.
|
WMTSLayer |
The WMTSLayer class is used to create a layer based on an OGC Web Map Tile Service layer.
|
WMTSLayer.Options | |
WMTSLayer.ResourceInfo |
An optional resource info object.
|
WMTSLayerInfo |
The WMTSLayerInfo class defines and provides information about layers in a WMTS service.
|
WMTSLayerInfo.Options |