ESRI.ArcGIS.ADF.IMS | |
View Class Members | |
See Also Properties Methods Events |
ESRI.ArcGIS.ADF.IMS.Carto Namespace : View Class |
The following tables list the members exposed by View.
Name | Description | |
---|---|---|
Extent | The current extent of the map. | |
ID | Retrieves the ID of the view. | |
Image | The output image object for the view. Use its Url property to get the image location. | |
ImageDescriptor | Gets or sets the properties associated with the map image. | |
MapService | Gets the MapService which the current View is based on. |
Name | Description | |
---|---|---|
CenterAt | Overloaded. Re-centers the map to a specified map point. | |
Draw | Overloaded. Redraws the map with the specified screen (pixel) envelope coordinates. | |
Pan | Pan the map image in a designated direction and distance. | |
Zoom | Overloaded. Zooms in to center of the map with a desired scale factor. | |
ZoomOut | Zooms out. |
Name | Description | |
---|---|---|
OnDraw | Event that fires when the map or layout is drawn. | |
OnScaleChanged | Event that fires when the scale changes. | |
setID | Sets the ID of the view. | |
setImage | Sets the CartoImage after the map or layout is drawn. | |
setMapService | Sets the map service. |
Name | Description | |
---|---|---|
Drawn | Indicates that the view is drawn. | |
ScaleChanged | Indicates that the scale has changed in the view. |