C# 클래스 SharpMap.Utilities.Transform

Class for transforming between world and image coordinate
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

메소드 설명
MapToWorld ( System p, SharpMap map ) : SharpMap.Geometries.Point

Transforms from image coordinates to world coordinate system (WCS). NOTE: This method DOES NOT take the MapTransform property into account (use SharpMap.Map.MapToWorld instead)

WorldtoMap ( SharpMap p, SharpMap map ) : System.Drawing.PointF

Transforms from world coordinate system (WCS) to image coordinates NOTE: This method DOES NOT take the MapTransform property into account (use SharpMap.Map.MapToWorld instead)

메소드 상세

MapToWorld() 공개 정적인 메소드

Transforms from image coordinates to world coordinate system (WCS). NOTE: This method DOES NOT take the MapTransform property into account (use SharpMap.Map.MapToWorld instead)
public static MapToWorld ( System p, SharpMap map ) : SharpMap.Geometries.Point
p System Point in image coordinate system
map SharpMap Map reference
리턴 SharpMap.Geometries.Point

WorldtoMap() 공개 정적인 메소드

Transforms from world coordinate system (WCS) to image coordinates NOTE: This method DOES NOT take the MapTransform property into account (use SharpMap.Map.MapToWorld instead)
public static WorldtoMap ( SharpMap p, SharpMap map ) : System.Drawing.PointF
p SharpMap Point in WCS
map SharpMap Map reference
리턴 System.Drawing.PointF