C# Класс SharpMap.CoordinateSystems.ProjectionParameter

A named projection parameter value.
The linear units of parameters' values match the linear units of the containing projected coordinate system. The angular units of parameter values match the angular units of the geographic coordinate system that the projected coordinate system is based on. (Notice that this is different from Parameter, where the units are always meters and degrees.)
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ProjectionParameter ( string name, double value ) : System

Initializes an instance of a ProjectionParameter

Описание методов

ProjectionParameter() публичный Метод

Initializes an instance of a ProjectionParameter
public ProjectionParameter ( string name, double value ) : System
name string Name of parameter
value double Parameter value
Результат System