C# 클래스 Mapsui.Projection.MinimalTransformation

상속: ITransformation
파일 보기 프로젝트 열기: pauldendulk/Mapsui 1 사용 예제들

공개 메소드들

메소드 설명
IsProjectionSupported ( string fromCRS, string toCRS ) : bool?
MinimalTransformation ( ) : System
Transform ( string fromCRS, string toCRS, BoundingBox boundingBox ) : BoundingBox
Transform ( string fromCRS, string toCRS, IGeometry geometry ) : IGeometry

비공개 메소드들

메소드 설명
Transform ( IEnumerable points, Func transformFunc ) : void

메소드 상세

IsProjectionSupported() 공개 메소드

public IsProjectionSupported ( string fromCRS, string toCRS ) : bool?
fromCRS string
toCRS string
리턴 bool?

MinimalTransformation() 공개 메소드

public MinimalTransformation ( ) : System
리턴 System

Transform() 공개 메소드

public Transform ( string fromCRS, string toCRS, BoundingBox boundingBox ) : BoundingBox
fromCRS string
toCRS string
boundingBox BoundingBox
리턴 BoundingBox

Transform() 공개 메소드

public Transform ( string fromCRS, string toCRS, IGeometry geometry ) : IGeometry
fromCRS string
toCRS string
geometry IGeometry
리턴 IGeometry