Class | Description | |
---|---|---|
ArcGISDynamicMapServiceLayer | Dynamic ArcGIS REST map service layer. | |
ArcGISImageServiceLayer | Dynamic ArcGIS REST image service layer. | |
ArcGISTiledMapServiceLayer | Tiled ArcGIS REST map service layer. | |
ClassBreakInfo | An object to group (or classify) symbology and class breaks information for a ClassBreaksRenderer. | |
ClassBreaksRenderer | A custom graphics renderer where the symbology of a Layer is displayed via groups based upon numerical data. | |
Clusterer | Abstract clustering class used for creating custom cluster algorithms used with the GraphicsLayer. | |
ColorRange | Utility class used to define a range of interpolated Colors via a Color Wheel using a starting and ending pair of Colors. | |
DateTimeTypeConverter | DateTime Converter for specifying System.DateTime in XAML. | |
Draw | The Draw object used to draw Graphic objects against the Map | |
DrawEventArgs | Draw Event Arcguments used when Drawing Operations are Complete | |
DynamicLayer | Abstract dynamic layer class | |
DynamicMapServiceLayer | Abstract dynamic map service layer class | |
EditGeometry | GraphicLayer editor | |
EditGeometry.GeometryEditEventArgs | Geometry edit event arguments used by used by the EditGeometry.GeometryEdit event. | |
Editor | Editor object which enables editing and selection support for FeatureLayer and GraphicsLayer. | |
Editor.ActionEventArgs | Action Event arguments, base for CommandEventArgs and EditEventArgs | |
Editor.Change | Edit changes used by the Editor.EditCompleted event | |
Editor.CommandEventArgs | Command Event arguments used by the Editor.EditorActivated event. | |
Editor.EditEventArgs | Edit Event arguments used by the Editor.EditCompleted event. | |
ElementLayer | Framework Element component layer | |
ExtentEventArgs | Event argument for a change in map extent. | |
FeatureLayer | Graphics layer displaying features from a REST service | |
Field | A field in a layer. | |
FlareClusterer | Clusterer that creates flaring out symbols that represents child elements in a cluster. | |
Graphic | A visual element that typically represents geographic data used for rendering in a GraphicsLayer of the Map Control. | |
GraphicCollection | An observable collection of Graphic. | |
GraphicMouseButtonEventArgs | Provides event data for the GraphicsLayer.MouseLeftButtonDown, GraphicsLayer.MouseLeftButtonUp, GraphicsLayer.MouseRightButtonDown and GraphicsLayer.MouseRightButtonUp events. | |
GraphicMouseEventArgs | Provides data for mouse-related events on GraphicsLayer that do not specifically involve mouse buttons, for example GraphicsLayer.MouseMove. | |
GraphicsClusterer | Abstract clustering class that implements a common clustering algorithm. | |
GraphicsDataSource | Base Graphics DataSource that allows binding a model or view to GraphicsLayer.GraphicsSource and converting the items to renderable Graphics in the process. | |
GraphicsDataSource.DataObject | For internal use only | |
GraphicsLayer | A map layer containing a set of interactable vector graphics | |
GroupLayer | Group Layer collection | |
Layer | This is the base class for all geographic data that can be added to the Map Control. | |
LayerCollection | A collection of Map Layers | |
LayerDefinition | Allows you to filter the features of individual layers in an ArcGISDynamicMapServiceLayer layer map by specifying definition expressions for those layers. | |
LayerInfo | Contains information about each layer in an ArcGISDynamicMapServiceLayer service. | |
LayerLegendInfo | Information about the legend/TOC entries for a layer. | |
LayerTimeOptionCollection | Collection of TimeOption objects used for each sub-layer of a time-enabled ArcGISDynamicMapServiceLayer. | |
LegendItemInfo | Information about a legend item (a label, an image and, optionaly a description). | |
Lod | Levels of detail (LOD) for a TiledMapServiceLayer. Each LOD corresponds to a map at a given scale or resolution. | |
Map | Represents a Map control with a set of service layers that can be navigated using mouse and keyboard controls. | |
Map.MapGestureEventArgs | Gesture event argument for touch gesture events. | |
Map.MouseEventArgs | Mouse event arguments | |
MapImage | The results of an export map operation or Geoprocessor GetResultImage method call. | |
MosaicRule | Specifies the mosaic rule when defining how individual images should be mosaicked. It specifies selection, mosaic method, sort order, overlapping pixel resolution, etc. | |
OpacityRange | Utility class used to define a range of interpolated opacity (i.e. visibility) of a Symbol using a starting and ending pair of doubles. | |
PointDataSource | Point Graphics DataSource that allows binding a model or view with X/Y or Latitude/Longitude properties to GraphicsLayer.GraphicsSource and converting the items to renderable Point Graphics in the process. | |
ProgressEventArgs | Holds event data for the Progress event. | |
RampInterpolator | Display a gradual change in symbology across a specified Map.TimeExtent for a TemporalRenderer of a FeatureLayer. | |
Renderer | This static class is used to create a Renderer from a string in JSON format. | |
RendererInfo | Base class for RendererInfo | |
RenderingRule | Specifies the rendering rule for how custom images requested for an ArcGISImageServiceLayer should be rendered. | |
ScaleBar | Note: This API is now obsolete. Please use the ScaleLine control in the ESRI.ArcGIS.Client.Toolkit namespace. The ScaleBar Control generates a bar representing a certain distance on the map. | |
SimpleRenderer | Simple graphics renderer returning one symbol. | |
SizeRange | Utility class used to define a range of interpolated sizes of a Symbol using a starting and ending pair of doubles. | |
StringToInt32ArrayConverter | String To Int32 Array Converter | |
StringToStringArrayConverter | String To String Array Converter | |
Table | Represents Table information found in a service layer. | |
TemporalRenderer | A custom graphics renderer where the symbology of a FeatureLayer is displayed based upon time information. | |
TiledLayer | Abstract tiled/cached map service layer class | |
TiledLayer.TileLoadEventArgs | Event Arguments for the TiledLayer.TileLoaded and TiledLayer.TileLoading event. | |
TiledMapServiceLayer | Abstract tiled/cached map service layer class | |
TileInfo | Contains information about the tiling scheme for a TiledMapServiceLayer. | |
TimeClassBreakInfo | TimeClassBreakInfo for the TimeClassBreaksAger. | |
TimeClassBreaksAger | Provides a mechanism to display different symbology for temporal based FeatureLayer data by groupings of time ranges. | |
TimeExtent | Time Extent. | |
UniqueValueInfo | UniqueValueInfo for the UniqueValueRenderer. | |
UniqueValueMultipleFieldsInfo | UniqueValueMultipleFieldsInfo for the UniqueValueRenderer. | |
UniqueValueMultipleFieldsRenderer | Custom graphics renderer | |
UniqueValueRenderer | Custom graphics renderer | |
VertexAddedEventArgs | Draw Event Arcguments used when Drawing Operations are Complete |
Interface | Description | |
---|---|---|
IAttribution | Interface to implement by layers supporting attribution. | |
IJsonSerializable | An interface for serializing an object to JSON. | |
ILegendSupport | Interface to implement by layers or renderers supporting legend. | |
IProjectionService | Declares a contract for projecting graphics between spatial references. | |
IRenderer | IRenderer interface for generating ESRI.ArcGIS.Client.Symbols.Symbols based on the graphic. | |
ISublayerVisibilitySupport | Interface to implement by layers supporting the management of sublayers visibility. | |
ITemporalRenderer | ITemporalRenderer interface for generating aged ESRI.ArcGIS.Client.Symbols.Symbols based on the graphic's age. |
Delegate | Description | |
---|---|---|
DynamicLayer.OnImageComplete | Get image source complete EventHandler | |
DynamicMapServiceLayer.OnUrlComplete | Get URL complete EventHandler | |
GraphicsLayer.MouseButtonEventHandler | Represents the method that handles the GraphicsLayer.MouseLeftButtonDown, GraphicsLayer.MouseLeftButtonUp, GraphicsLayer.MouseRightButtonDown and GraphicsLayer.MouseRightButtonUp events. | |
GraphicsLayer.MouseEventHandler | Represents the method that will handle mouse related routed events that do not specifically involve mouse buttons; for example, System.Windows.UIElement.MouseMove. | |
LayerCollection.LayersInitializedHandler | Layer initialization handler for the LayerCollection.LayersInitialized event. | |
Map.RotationChangedEventHandler | Rotation Changed event handler |
Enumeration | Description | |
---|---|---|
ArcGISDynamicMapServiceLayer.RestImageFormat | Output image formats supported by ArcGIS map services. | |
ArcGISImageServiceLayer.ImageServiceImageFormat | Output image formats supported by ArcGIS image services. | |
ArcGISImageServiceLayer.ImageServiceInterpolation | The resampling process of extrapolating the pixel values while transforming the raster dataset when it undergoes warping or when it changes coordinate space. | |
DrawMode | The drawing mode used by the Draw Object | |
EditGeometry.Action | Describes the action that caused a EditGeometry.GeometryEdit event. | |
Editor.EditAction | Describes the action that caused a Editor.EditCompleted event. | |
FeatureLayer.QueryMode | Describes how the layer queries the service: Gets a snapshot of all or all available features; Gets the features in the current extent and caches upto the OnDemandCacheSize number of features; or has its graphics collection managed by selection tools. | |
Field.FieldType | Field type | |
GestureType | Contains values that represent different multitouch gestures. | |
ScaleBarUnit | Note: This API is now obsolete. Please use ScaleLineUnit in the ESRI.ArcGIS.Client.Toolkit namespace. Unit used by the scale bar | |
TimeUnit | Unit of measurement in time |