ESRI.ArcGIS.ADF.IMS | |
MapView Class Members | |
See Also Properties Methods Events |
ESRI.ArcGIS.ADF.IMS.Carto Namespace : MapView Class |
The following tables list the members exposed by MapView.
Name | Description | |
---|---|---|
MapView Constructor | Overloaded. Constructs an MapView object. |
Name | Description | |
---|---|---|
DataFrameName | Name of the data frame from which the MapView was derived, if any. | |
Extent | Overridden. Gets or sets the current extent of the Map. | |
FullExtent | Gets the full extent of the map based on the full extent of the layers. | |
ID | Retrieves the ID of the view. (Inherited from View) | |
Image | The output image object for the view. Use its Url property to get the image location. (Inherited from View) | |
ImageDescriptor | Gets or sets the properties associated with the map image. (Inherited from View) | |
Layers | Gets or sets the layers of the current MapView. | |
Legend | Gets or sets the Legend object that this MapView contains. | |
MapService | Gets the MapService which the current View is based on. (Inherited from View) | |
RefreshFeatureCount | Gets or sets a property indicating if the visible feature count should be returned with the next draw request. | |
RefreshLegend | Gets or sets a property indicating if the map's legend should be drawn when the map is drawn. | |
RelativeScale | Gets the relative scale of the map. | |
ReturnRelativeScale | Gets or sets a property indicating if the relative scale of the map should be returned with the next draw request. | |
Scale | Gets the scale of the current MapView. | |
SpatialReference | Gets or sets the Spatial Reference properties for how this MapView object should be drawn. |
Name | Description | |
---|---|---|
CenterAt | Overloaded. Re-centers the map to a specified map point. (Inherited from View) | |
ClearSelectionLayers | Overloaded. Remove the selection layers from the Map. | |
Draw | Overloaded. Overridden. Redraws the map with new spatial reference properties. | |
Pan | Pan the map image in a designated direction and distance. (Inherited from View) | |
SelectionLayers | Overloaded. Get a LayerCollection containing all the selection layers in the Map. | |
Zoom | Overloaded. Zooms in to center of the map with a desired scale factor. (Inherited from View) | |
ZoomOut | Zooms out. (Inherited from View) |
Name | Description | |
---|---|---|
OnDraw | Event that fires when the map or layout is drawn. (Inherited from View) | |
OnScaleChanged | Event that fires when the scale changes. (Inherited from View) | |
setID | Sets the ID of the view. (Inherited from View) | |
setImage | Sets the CartoImage after the map or layout is drawn. (Inherited from View) | |
setMapService | Sets the map service. (Inherited from View) |
Name | Description | |
---|---|---|
Drawn | Indicates that the view is drawn. (Inherited from View) | |
ScaleChanged | Indicates that the scale has changed in the view. (Inherited from View) |