C# 클래스 ProjNet.CoordinateSystems.Projections.PolyconicProjection

상속: MapProjection
파일 보기 프로젝트 열기: fivepmtechnology/ProjNET 1 사용 예제들

공개 메소드들

메소드 설명
DegreesToMeters ( double lonlat ) : double[]
Inverse ( ) : IMathTransform

Returns the inverse of this projection.

MetersToDegrees ( double p ) : double[]
PolyconicProjection ( List parameters ) : System

Constructs a new map projection from the supplied parameters.

PolyconicProjection ( List parameters, bool isInverse ) : System

Constructs a new map projection from the supplied parameters.

비공개 메소드들

메소드 설명
msfn ( double s, double c ) : double

Computes function f(s,c,e²) = c/sqrt(1 - s²*e²) needed for the true scale latitude (Snyder 14-15), where s and c are the sine and cosine of the true scale latitude, and is the eccentricity squared.

메소드 상세

DegreesToMeters() 공개 메소드

public DegreesToMeters ( double lonlat ) : double[]
lonlat double
리턴 double[]

Inverse() 공개 메소드

Returns the inverse of this projection.
public Inverse ( ) : IMathTransform
리턴 IMathTransform

MetersToDegrees() 공개 메소드

public MetersToDegrees ( double p ) : double[]
p double
리턴 double[]

PolyconicProjection() 공개 메소드

Constructs a new map projection from the supplied parameters.
public PolyconicProjection ( List parameters ) : System
parameters List The parameter values in standard units
리턴 System

PolyconicProjection() 공개 메소드

Constructs a new map projection from the supplied parameters.
public PolyconicProjection ( List parameters, bool isInverse ) : System
parameters List The parameter values in standard units
isInverse bool Defines if Projection is inverse
리턴 System