Represents a type of map content.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public abstract class MapItem |
Visual Basic (Declaration) |
---|
Public MustInherit Class MapItem |
Remarks
Map content is represented by a number of classes, all of which inherit from the MapItem abstractMustInheritabstractabstract (MustInherit in Visual Basic) class. MapItem defines
members such as ID and Name that are shared by all derived MapItem types. Each derived type of MapItem can be thought of as a building
block of map content. When you add a MapItem to a map it appears in the ArcGIS Explorer table of contents, and if the MapItem has associated
data or graphics, they will be displayed in the map.
The table below gives a brief description of each MapItem type:
MapItem Type | Description |
---|---|
Note | A single graphic associated with a popup window. |
Link | A link to a URL, file or external application. |
View | A stored location in 2D or 3D associated with a popup window. |
ImageOverlay | An image which is positioned in relation to the map window. |
Folder | A container used to organize map content into logical groups. |
Layers | A subset of MapItems that reference geographic data. |
Basemap | The background layers displayed in the map. |
PackageChildLayer | A constituent part of a PackageLayer |
ServiceChildLayer | A constituent part of a ServiceLayer |
KmlNode | A constituent part of a KmlLayer |
Inheritance Hierarchy
System..::.Object
ESRI.ArcGISExplorer.Mapping..::.MapItem
ESRI.ArcGISExplorer.Mapping..::.Basemap
ESRI.ArcGISExplorer.Mapping..::.Folder
ESRI.ArcGISExplorer.Mapping..::.ImageOverlay
ESRI.ArcGISExplorer.Mapping..::.KmlNode
ESRI.ArcGISExplorer.Mapping..::.Layer
ESRI.ArcGISExplorer.Mapping..::.Link
ESRI.ArcGISExplorer.Mapping..::.Note
ESRI.ArcGISExplorer.Mapping..::.PackageChildLayer
ESRI.ArcGISExplorer.Mapping..::.ServiceChildLayer
ESRI.ArcGISExplorer.Mapping..::.View
ESRI.ArcGISExplorer.Mapping..::.MapItem
ESRI.ArcGISExplorer.Mapping..::.Basemap
ESRI.ArcGISExplorer.Mapping..::.Folder
ESRI.ArcGISExplorer.Mapping..::.ImageOverlay
ESRI.ArcGISExplorer.Mapping..::.KmlNode
ESRI.ArcGISExplorer.Mapping..::.Layer
ESRI.ArcGISExplorer.Mapping..::.Link
ESRI.ArcGISExplorer.Mapping..::.Note
ESRI.ArcGISExplorer.Mapping..::.PackageChildLayer
ESRI.ArcGISExplorer.Mapping..::.ServiceChildLayer
ESRI.ArcGISExplorer.Mapping..::.View