Class and Description |
---|
GraphicsLayer
A layer that contains one or more Graphic features.
|
Layer
The base class for all layers that can be added to a map.
|
LOD
An ArcGISTiledMapServiceLayer has a number of LODs (Levels of Detail).
|
Class and Description |
---|
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.
|
FeatureTemplate
Feature templates define the information required to create a new feature.
|
FeatureType
A type defined by a feature layer.
|
Layer
The base class for all layers that can be added to a map.
|
TimeInfo.TimeUnits |
Class and Description |
---|
ArcGISDynamicMapServiceLayer
Allows you to work with a dynamic map service resource exposed by the
ArcGIS Server REST API.
|
AttachmentInfo
Object returned by onQueryAttachmentInfosComplete() in the FeatureLayer.
|
FeatureEditResult
The results of a feature edit such as add, update or delete.
|
FeatureLayer.RelatedFeatures |
FeatureLayer.Selections |
Layer
The base class for all layers that can be added to a map.
|
LOD
An ArcGISTiledMapServiceLayer has a number of LODs (Levels of Detail).
|
MapImage
Represents the data object for the dynamically generated map.
|
Class and Description |
---|
ArcGISDynamicMapServiceLayer
Allows you to work with a dynamic map service resource exposed by the
ArcGIS Server REST API.
|
ArcGISDynamicMapServiceLayer.ImageFormat |
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
|
Band
Band information, used by ArcGISImageServiceLayer
|
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.
|
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.Modes |
FeatureLayer.Options |
FeatureLayer.OwnershipAccessControl |
FeatureLayer.Popups |
FeatureLayer.Relationship |
FeatureLayer.Selections |
FeatureTemplate
Feature templates define the information required to create a new feature.
|
FeatureTemplate.Tools |
FeatureType
A type defined by a feature layer.
|
Field
Information about each field in a layer.
|
Field.Types |
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.
|
ImageParameters.LayerOption |
ImageServiceParameters
Represents the image service parameter options used when calling ArcGISImageServiceLayer.exportMapImage.
|
ImageServiceParameters.Formats |
ImageServiceParameters.Interpolations |
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.
|
MosaicRule.Methods |
MosaicRule.Operations |
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.
|
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.
|
TimeInfo.TimeUnits |
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 |
Class and Description |
---|
Field
Information about each field in a layer.
|
LayerInfo
Contains information about each layer in a map service.
|
Class and Description |
---|
DynamicLayerInfo
Class added v2.7
Information about each layer in a map service.
|
ImageParameters
Represents the image parameter options used when calling ArcGISDynamicMapServiceLayer.exportMapImage,
Geoprocessor.getResultImage, and Geoprocessor.getResultImageLayer.
|
LayerDataSource
Class added v2.7
The LayerDataSource class defines and provides information about a layer created on the fly from a
data source.
|
LayerMapSource
The LayerMapSource class defines and provides information about an
existing map service layer.
|
LayerTimeOptions
Defines the time options for the layer.
|
MosaicRule
Specifies the mosaic rule when defining how individual images should be mosaicked.
|
Class and Description |
---|
Layer
The base class for all layers that can be added to a map.
|
TiledMapServiceLayer
The base class for all tiled map service layers.
|