C# Class WindowHelper.Windows.MapExtent

Afficher le fichier Open project: PeterHorsbollMoller/mbWindowHelper Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public EqualsMapExtent ( MapExtent mapExtent ) : bool
mapExtent MapExtent
Résultat bool

MapExtent() public méthode

public MapExtent ( Window mapWindow ) : System
mapWindow Window
Résultat System

MapExtent() public méthode

public MapExtent ( string centerX, string centerY, string coordSys, string zoomWidth, string distanceUnit ) : System
centerX string
centerY string
coordSys string
zoomWidth string
distanceUnit string
Résultat System

SetCenter() public méthode

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

SetExtent() public méthode

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

SetZoom() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string