C# Класс ProjNet.CoordinateSystems.Projection

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

Private Properties

Свойство Тип Описание
Projection System

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

Метод Описание
EqualParams ( object obj ) : bool

Checks whether the values of this instance is equal to the values of another instance. Only parameters used for coordinate system are used for comparison. Name, abbreviation, authority, alias and remarks are ignored in the comparison.

GetParameter ( int n ) : ProjectionParameter

Gets an indexed parameter of the projection.

GetParameter ( string name ) : ProjectionParameter

Gets an named parameter of the projection.

The parameter name is case insensitive

Приватные методы

Метод Описание
Projection ( string className, List parameters, string name, string authority, long code, string alias, string remarks, string abbreviation ) : System

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

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

Checks whether the values of this instance is equal to the values of another instance. Only parameters used for coordinate system are used for comparison. Name, abbreviation, authority, alias and remarks are ignored in the comparison.
public EqualParams ( object obj ) : bool
obj object
Результат bool

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

Gets an indexed parameter of the projection.
public GetParameter ( int n ) : ProjectionParameter
n int Index of parameter
Результат ProjectionParameter

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

Gets an named parameter of the projection.
The parameter name is case insensitive
public GetParameter ( string name ) : ProjectionParameter
name string Name of parameter
Результат ProjectionParameter