This assembly contains the core components of the ArcGIS API for WPF. This includes the Map, ArcGIS Server layers, graphics, geometry, symbology and tasks.
Namespaces
Namespace | Description |
ESRI.ArcGIS.Client | Contains a set of visible core controls including the Map and ScaleBar. A set of ArcGIS Server layer types include tiled and dynamic map services and image services. Graphics components enable drawing and interacting with native graphic features in a map. |
ESRI.ArcGIS.Client.FeatureService | Contains classes for interacting with ArcGIS Server Feature Services. |
ESRI.ArcGIS.Client.Geometry | Contains simple geometry components to support working with the map, graphics and task results. |
ESRI.ArcGIS.Client.Projection | Contains helper classes for converting between coordinate systems. |
ESRI.ArcGIS.Client.Symbols | Contains a set of simple and complex symbol types to support both ArcGIS Server symbol types and rich WPF rendering capabilities. |
ESRI.ArcGIS.Client.Tasks | Contains a set of tasks (QueryTask, FindTask, IdentifyTask) enable both attribute and spatial searches on layers in ArcGIS Server services. The Locator task provides address matching capabilities. The Geoprocessor task provides access to ArcGIS Server tasks in geoprocessing services. The GeometryService task exposes a set of standard geospatial operations on an ArcGIS Server Geometry service. |
ESRI.ArcGIS.Client.ValueConverters | Contains a set of classes that assist in converting between data types. |