Click here to view all files
 
The Mapping namespace contains classes that represent the map and the different types of map content. You can use these classes to programmatically add and remove map content, or navigate to a specific location on the map.

Classes

  ClassDescription
Basemap
Represents the background layers displayed in the map.
Basemap..::.ArcGISOnline
Provides properties that return instances of pre-configured Basemaps from ArcGIS Online services.
Basemap..::.BingMaps
Provides properties that return instances of pre-configured Basemaps from Bing Maps services.
ConnectionStatus
ConnectionStatus represents the state of a layers connection. This class is used for feedback when connecting a layer to an underlying data source.
FeatureLayer
Represents a layer based on vector data stored in a shapefile or geodatabase.
FeatureRenderer
Encapsulates the visual representation of vector data on a map.
Folder
Represents a logical container for MapItems.
GeoRssLayer
Represents a layer based on data provided by a GeoRSS feed.
Graphic
Represents a shape with associated symbology that can be added to a map.
GraphicCollection
Represents a collection of Graphics.
GraphicMouseEventArgs
Provides data for the GraphicClicked event.
ImageOverlay
Represents an image which is positioned in relation to the map window.
ImageOverlayOrderCollection
Represents a collection of image overlays currently contained by the Map; the order of the collection controls the order in which the image overlays are drawn by the ArcGIS Explorer application.
KmlLayer
Represents a layer based on data stored in a KML file (.kml or .kmz).
KmlNode
Represents a single KML feature: a document, folder, placemark, image or network link.
Layer
Represents an item of map content referencing geographic data held in storage or provided by a service.
LayerOrderCollection
Represents a collection of layers currently contained by the Map; the order of the collection controls the order in which the layers are drawn by the ArcGIS Explorer application.
Link
Represents a link to a URL, file or external application.
Map
Represents a container of MapItems that drives the content of the Map in the ArcGIS Explorer application.
MapDisplay
Represents the map window in the ArcGIS Explorer application.
MapItem
Represents a type of map content.
MapItemCollection
Represents a collection of MapItems.
MapItemEventArgs
Provides data for the MapItemChanged event.
MapItemFile
Represents a map content file (.nmc) containing MapItems.
MapItemMouseEventArgs
Provides data for the MapItemClicked event.
Note
Represents a single graphic associated with a popup window.
PackageChildLayer
Represents a constituent part of a PackageLayer or PackageChildLayer.
PackageLayer
Represents a layer based on a layer package file (.lpk) or ArcGIS Desktop layer file (.lyr).
Popup
Represents a popup window in the ArcGIS Explorer application.
RasterLayer
Represents a layer based on raster data stored in a georeferenced image file or geodatabase.
ServiceChildLayer
Represents a constituent part of a ServiceLayer or ServiceChildLayer.
ServiceLayer
Represents a layer based on spatial data provided by a service: ArcGIS Server (2D and 3D), ArcIMS, WMS or Bing maps.
Slide
Represents a slide in a Presentation.
SlideCollection
Represents all of the slides in a presentation.
SlideEventArgs
Provides data for the SlideModified event.
SlideTitle
Represents a title that's displayed when slides are shown during a Presentation.
Symbol
Represents the symbol used to draw a Graphic, GeoRSSLayer, or used in a renderer to draw the features in a FeatureLayer.
Symbol..::.Fill
Contains nested classes that help create pre-configured fill symbols, which can be used to draw Polygon, Envelope, or Multipatch geometries.
Symbol..::.Fill..::.Outline
Provides properties that return instances of pre-configured fill symbols with different colored solid outlines and no fill.
Symbol..::.Fill..::.Solid
Provides properties that return instances of pre-configured fill symbols with different colored solid fills and no outline.
Symbol..::.Fill..::.SolidOutline
Provides properties that return instances of pre-configured fill symbols that have a solid outline and different colored solid fills.
Symbol..::.Line
Contains nested classes which help create pre-configured line symbols, that can be used to draw Polyline geometries.
Symbol..::.Line..::.Solid
Provides properties that return instances of pre-configured line symbols which draw with different colored solid line brushes.
Symbol..::.Marker
Contains nested classes which help create pre-configured marker symbols, that can be used to draw Point or Multipoint geometries.
Symbol..::.Marker..::.Civic
Provides properties that return instances of pre-configured marker symbols with civic themed icons.
Symbol..::.Marker..::.Flag
Provides properties that return instances of pre-configured marker symbols with different colored flag icons, used commonly by routing functionality.
Symbol..::.Marker..::.Health
Provides properties that return instances of pre-configured marker symbols with health themed icons.
Symbol..::.Marker..::.Marine
Provides properties that return instances of pre-configured marker symbols with marine themed icons.
Symbol..::.Marker..::.Placemark
Provides properties that return instances of pre-configured marker symbols with abstract placemark icons.
Symbol..::.Marker..::.PointsOfInterest
Provides properties that return instances of pre-configured marker symbols with general point-of-interest themed icons.
Symbol..::.Marker..::.PublicSafety
Provides properties that return instances of pre-configured marker symbols with public safety themed icons.
Symbol..::.Marker..::.Pushpin
Provides properties that return instances of pre-configured marker symbols with different colored pushpin icons. Pushpins provide an alternative to stickpin symbols.
Symbol..::.Marker..::.Recreation
Provides properties that return instances of pre-configured marker symbols with recreation themed icons.
Symbol..::.Marker..::.Sphere
Provides properties that return instances of pre-configured marker symbols with different colored sphere icons
Symbol..::.Marker..::.Square
Provides properties that return instances of pre-configured marker symbols with different colored square waypoint icons.
Symbol..::.Marker..::.Stickpin
Provides properties that return instances of pre-configured marker symbols with different colored stickpin icons. Stickpins are the default marker symbols icons used by ArcGIS Explorer.
Symbol..::.Marker..::.Transportation
Provides properties that return instances of pre-configured marker symbols with transport themed icons.
Symbol..::.Marker..::.Weather
Provides properties that return instances of pre-configured marker symbols with weather themed icons.
TrackingInfo
Represents information that is captured during the current asynchronous tracking session.
View
Represents a stored location in 2D or 3D associated with a popup window.
Viewpoint
Represents the view onto a geographic location.

Structures

  StructureDescription
SlideRange
Represents a range of slides that are included when advancing the slides in a Presentation.

Interfaces

  InterfaceDescription
IMapItemParent
Defines a property that stores constituent MapItems.

Delegates

  DelegateDescription
TrackDelegate
Represents a method that handles asynchronous tracking events.

Enumerations

  EnumerationDescription
CompassDirection
Provides compass directions which can be used to rotate the MapDisplay.
DisplayMode
Provides display modes that can be used to switch between a 2D map and 3D globe.
DisplayPosition
Provides a set of screen positions where elements can be placed in relation to the map window.
KmlGraphicsType
Specifies constants defining the graphics type of the current KmlNode.
KmlNodeType
Specifies constants defining the type of a KmlNode.
LayerBehavior3D
Specifies constants to control the behavior of a Layer in 3-dimensions.
LayerCachePolicy
Specifies constants defining the caching policy for a layer.
MapItemChangeStatus
Specifies constants which describe the current status of a MapItem.
Placement3D
Specifies constants to control the placement of a graphic in 3-dimensions.
SizeMode
Specifies constants to control the sizing of an ImageOverlay.
SlideChangeStatus
Indicates the type of change that was made to a slide for the SlideModified event.
SymbolType
Specifies constants for different types of symbol.
TrackStatus
Specifies constants which describe the current status of a tracking session.
ZoomLevel
Specifies a set of descriptive zoom levels that relate to a map scale.
Relate Topics:
  Basemap Class
  Basemap.ArcGISOnline Class
  Basemap.BingMaps Class
  CompassDirection Enumeration
  ConnectionStatus Class
  DisplayMode Enumeration
  DisplayPosition Enumeration
  FeatureLayer Class
  FeatureRenderer Class
  Folder Class
  GeoRssLayer Class
  Graphic Class
  GraphicCollection Class
  GraphicMouseEventArgs Class
  ImageOverlay Class
  ImageOverlayOrderCollection Class
  IMapItemParent Interface
  KmlGraphicsType Enumeration
  KmlLayer Class
  KmlNode Class
  KmlNodeType Enumeration
  Layer Class
  LayerBehavior3D Enumeration
  LayerCachePolicy Enumeration
  LayerOrderCollection Class
  Link Class
  Map Class
  MapDisplay Class
  MapItem Class
  MapItemChangeStatus Enumeration
  MapItemCollection Class
  MapItemEventArgs Class
  MapItemFile Class
  MapItemMouseEventArgs Class
  Note Class
  PackageChildLayer Class
  PackageLayer Class
  Placement3D Enumeration
  Popup Class
  RasterLayer Class
  ServiceChildLayer Class
  ServiceLayer Class
  SizeMode Enumeration
  Slide Class
  SlideChangeStatus Enumeration
  SlideCollection Class
  SlideEventArgs Class
  SlideRange Structure
  SlideTitle Class
  Symbol Class
  Symbol.Fill Class
  Symbol.Fill.Outline Class
  Symbol.Fill.Solid Class
  Symbol.Fill.SolidOutline Class
  Symbol.Line Class
  Symbol.Line.Solid Class
  Symbol.Marker Class
  Symbol.Marker.Civic Class
  Symbol.Marker.Flag Class
  Symbol.Marker.Health Class
  Symbol.Marker.Marine Class
  Symbol.Marker.Placemark Class
  Symbol.Marker.PointsOfInterest Class
  Symbol.Marker.PublicSafety Class
  Symbol.Marker.Pushpin Class
  Symbol.Marker.Recreation Class
  Symbol.Marker.Sphere Class
  Symbol.Marker.Square Class
  Symbol.Marker.Stickpin Class
  Symbol.Marker.Transportation Class
  Symbol.Marker.Weather Class
  SymbolType Enumeration
  TrackDelegate Delegate
  TrackingInfo Class
  TrackStatus Enumeration
  View Class
  Viewpoint Class
  ZoomLevel Enumeration
Created by Atop CHM to web converter,© 2009 all right reserved.