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

The IEllipsoid interface defines the standard information stored with ellipsoid objects.
Наследование: Info, IEllipsoid
Показать файл Открыть проект Примеры использования класса

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

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

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

Метод Описание
Ellipsoid ( double semiMajorAxis, double semiMinorAxis, double inverseFlattening, bool isIvfDefinitive, ILinearUnit axisUnit, string name, string authority, long code, string alias, string abbreviation, string remarks ) : System

Initializes a new instance of an Ellipsoid

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

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