C# Class WindowHelper.Windows.MapExtent

Mostrar archivo Open project: PeterHorsbollMoller/mbWindowHelper Class Usage Examples

Public Methods

Method Description
EqualsMapExtent ( MapExtent mapExtent ) : bool
MapExtent ( Window mapWindow ) : System
MapExtent ( string centerX, string centerY, string coordSys, string zoomWidth, string distanceUnit ) : System
SetCenter ( Window mapWindow ) : void

Sets the current center of mapper window represented by mapWindow

SetExtent ( Window mapWindow ) : void

Sets the current view of mapper window represented by mapWindow

SetZoom ( Window mapWindow ) : void

Sets the current zoom of mapper window represented by mapWindow

ToString ( ) : string

Method Details

EqualsMapExtent() public method

public EqualsMapExtent ( MapExtent mapExtent ) : bool
mapExtent MapExtent
return bool

MapExtent() public method

public MapExtent ( Window mapWindow ) : System
mapWindow Window
return System

MapExtent() public method

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

SetCenter() public method

Sets the current center of mapper window represented by mapWindow
public SetCenter ( Window mapWindow ) : void
mapWindow Window The window to apply the extent on
return void

SetExtent() public method

Sets the current view of mapper window represented by mapWindow
public SetExtent ( Window mapWindow ) : void
mapWindow Window The window to apply the extent on
return void

SetZoom() public method

Sets the current zoom of mapper window represented by mapWindow
public SetZoom ( Window mapWindow ) : void
mapWindow Window The window to apply the extent on
return void

ToString() public method

public ToString ( ) : string
return string