Method | Description | |
---|---|---|
EqualsMapExtent ( |
||
MapExtent ( |
||
MapExtent ( string centerX, string centerY, string coordSys, string zoomWidth, string distanceUnit ) : System | ||
SetCenter ( |
Sets the current center of mapper window represented by mapWindow
|
|
SetExtent ( |
Sets the current view of mapper window represented by mapWindow
|
|
SetZoom ( |
Sets the current zoom of mapper window represented by mapWindow
|
|
ToString ( ) : string |
public EqualsMapExtent ( |
||
mapExtent | ||
return | bool |
public MapExtent ( |
||
mapWindow | ||
return | System |
public MapExtent ( string centerX, string centerY, string coordSys, string zoomWidth, string distanceUnit ) : System | ||
centerX | string | |
centerY | string | |
coordSys | string | |
zoomWidth | string | |
distanceUnit | string | |
return | System |
public SetCenter ( |
||
mapWindow | The window to apply the extent on | |
return | void |
public SetExtent ( |
||
mapWindow | The window to apply the extent on | |
return | void |
public SetZoom ( |
||
mapWindow | The window to apply the extent on | |
return | void |