ArcGIS Explorer Component Help |
MapDisplay Methods |
MapDisplay Class See Also |
The MapDisplay type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginTrackArrow | Overloaded. An asynchronous method call which executes the specified delegate and begins an operation to create a new Polygon representing an arrow at the location of three
mouse clicks on the display. | |
BeginTrackCircle | Overloaded. An asynchronous method call which executes the specified delegate and begins an operation to create a new Polygon representing a circle at the location of two
mouse clicks on the display. | |
BeginTrackEnvelope | Overloaded. An asynchronous method call which executes the specified delegate and begins an operation to create a new Envelope at the location of two
mouse clicks on the display. | |
BeginTrackMoveGeometry | Overloaded. An asynchronous method call which executes the specified delegate and begins an operation to
move the specified geometry to a new location following a single click on the display. | |
BeginTrackPoint | Overloaded. An asynchronous method call that executes the specified delegate and begins an operation to create a
new Point at the location of the next mouse click on the display. | |
BeginTrackPolygon | Overloaded. An asynchronous method call which executes the specified delegate and begins an operation to create a new Polygon at the location of a series of
mouse clicks on the display. | |
BeginTrackPolyline | Overloaded. An asynchronous method call which executes the specified delegate and begins an operation to create a new Polyline at the location of a series of
mouse clicks on the display. | |
BeginTrackVector | Overloaded. An asynchronous method call which executes the specified delegate and begins an operation to create a new vector (Polyline with two points)
at the location of a series of mouse clicks on the display. | |
CancelTracking |
Cancels any tracking methods currently in operation.
| |
ConvertAltitudeToMapScale |
Converts the specified altitude into an approximated map scale.
| |
ConvertMapScaleToAltitude |
Converts the specified map scale into an approximated altitude.
| |
ConvertMapScaleToZoomLevel |
Converts a map scale into the closest named zoom level.
| |
ConvertToMapPoint |
Converts a point on the screen into the equivalent map location.
| |
ConvertToScreenPoint |
Converts a map location into the equivalent screen point.
| |
ConvertZoomLevelToMapScale |
Converts the zoom level into an equivalent map scale.
| |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetBitmap | Overloaded. Returns a bitmap of the current display with the specified properties. | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetSurfaceElevation |
Gets the surface elevation at a specified location.
| |
GetSurfaceElevationGeometry |
Returns a copy of the input geometry, populated with Z values from the current elevation information in the map.
Only applies when the map is in the 3D DisplayMode.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
GetViewpoint |
Gets the viewing position for the map display.
| |
HidePopups |
Hides popup windows that are visible in the application.
| |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ResetRotation |
Resets the rotation angle of the display to 0 degrees, so that map orientation is North-up.
| |
ResetTilt |
Resets the tilt angle of the display to 90 degrees, looking straight down.
| |
Rotate |
Sets the rotation of the map, relative to the current rotation.
| |
RotateTo | Overloaded. Applies a rotation to the map display, based on the specified parameters. | |
SuspendDisplay |
Disables any redrawing of the map display.
| |
Tilt |
Applies the specified tilt angle to the map display, relative to the current tilt angle.
| |
TiltTo |
Applies the specified tilt angle to the map display.
| |
ToString | (Inherited from Object.) | |
TrackArrow | Overloaded. Returns a new Polygon, representing an arrow, defined by three mouse clicks on the display. | |
TrackCircle | Overloaded. Returns a new Polygon representing a circle at the location of three mouse clicks on the display. | |
TrackEnvelope | Overloaded. Returns a new Envelope defined by the two mouse clicks on the display. | |
TrackMoveGeometry | Overloaded. Returns a new Geometry representing the new location of the tracked geometry after it has been moved. | |
TrackPoint | Overloaded. Returns a new Point at the location of a mouse click on the display. | |
TrackPolygon | Overloaded. Returns a new Polygon at the location of a series of mouse clicks on the display. | |
TrackPolyline | Overloaded. Returns a new Polyline at the location of a series of mouse clicks on the display. | |
TrackVector | Overloaded. Returns a new vector (Polyline with two points) at the location of two mouse clicks on the display. | |
ZoomTo | Overloaded. Zooms to and centers the map on a specified geographic entity. | |
ZoomToFullExtent |
Zooms to the combined extent of the layers contained in the map, including the basemap.
| |
ZoomToMapScale | Overloaded. Zooms to the specified map scale. |