C# 클래스 WindowHelper.Windows.MapExtent

파일 보기 프로젝트 열기: PeterHorsbollMoller/mbWindowHelper 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

EqualsMapExtent() 공개 메소드

public EqualsMapExtent ( MapExtent mapExtent ) : bool
mapExtent MapExtent
리턴 bool

MapExtent() 공개 메소드

public MapExtent ( Window mapWindow ) : System
mapWindow Window
리턴 System

MapExtent() 공개 메소드

public MapExtent ( string centerX, string centerY, string coordSys, string zoomWidth, string distanceUnit ) : System
centerX string
centerY string
coordSys string
zoomWidth string
distanceUnit string
리턴 System

SetCenter() 공개 메소드

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

SetExtent() 공개 메소드

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

SetZoom() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string