C# Класс ProjNet.CoordinateSystems.Projections.PolyconicProjection

Наследование: MapProjection
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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