C# Class 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.)
ファイルを表示 Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
ProjectionParameter ( string name, double value ) : System

Initializes an instance of a ProjectionParameter

Method Details

ProjectionParameter() public method

Initializes an instance of a ProjectionParameter
public ProjectionParameter ( string name, double value ) : System
name string Name of parameter
value double Parameter value
return System