C# 클래스 csShared.Geo.Transform

상속: Caliburn.Micro.PropertyChangedBase
파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
Contains ( KmlPoint p ) : bool
Contains ( Rect r ) : bool
MapPoint ( KmlPoint p ) : Point
MapToWorld ( double x, double y ) : Point
MapToWorld ( System.Windows.Vector vector ) : System.Windows.Vector
Pan ( Point currentMap, Point previousMap ) : void
Pan ( System.Windows.Vector translate ) : void
RotateAt ( double angle, Point origin ) : void
ScaleAt ( double scale, Point origin ) : void
Transform ( ) : System
WorldToMap ( double x, double y ) : Point
Zoom ( Rect zoomRect, Rect prevZoomRect ) : void

비공개 메소드들

메소드 설명
FindBoundaries ( double twidth, double theight, Point p1 ) : Point
GetCenterX ( Rect rect ) : double
GetCenterY ( Rect rect ) : double
UpdateExtent ( double resolution, Point center, double width, double height ) : Rect

메소드 상세

Contains() 공개 메소드

public Contains ( KmlPoint p ) : bool
p KmlPoint
리턴 bool

Contains() 공개 메소드

public Contains ( Rect r ) : bool
r System.Windows.Rect
리턴 bool

MapPoint() 공개 메소드

public MapPoint ( KmlPoint p ) : Point
p KmlPoint
리턴 Point

MapToWorld() 공개 메소드

public MapToWorld ( double x, double y ) : Point
x double
y double
리턴 Point

MapToWorld() 공개 메소드

public MapToWorld ( System.Windows.Vector vector ) : System.Windows.Vector
vector System.Windows.Vector
리턴 System.Windows.Vector

Pan() 공개 메소드

public Pan ( Point currentMap, Point previousMap ) : void
currentMap Point
previousMap Point
리턴 void

Pan() 공개 메소드

public Pan ( System.Windows.Vector translate ) : void
translate System.Windows.Vector
리턴 void

RotateAt() 공개 메소드

public RotateAt ( double angle, Point origin ) : void
angle double
origin Point
리턴 void

ScaleAt() 공개 메소드

public ScaleAt ( double scale, Point origin ) : void
scale double
origin Point
리턴 void

Transform() 공개 메소드

public Transform ( ) : System
리턴 System

WorldToMap() 공개 메소드

public WorldToMap ( double x, double y ) : Point
x double
y double
리턴 Point

Zoom() 공개 메소드

public Zoom ( Rect zoomRect, Rect prevZoomRect ) : void
zoomRect System.Windows.Rect
prevZoomRect System.Windows.Rect
리턴 void