C# Класс DataInterop.GeographicPosition

Defines the Geographic Position type a.k.a. Geographic Coordinate Reference System.
Наследование: Position
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

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

Determines whether the specified System.Object, is equal to this instance.

GeographicPosition ( double latitude, double longitude, double altitude = null ) : System

Initializes a new instance of the GeographicPosition class.

GeographicPosition ( string latitude, string longitude, string altitude = null ) : System

Initializes a new instance of the GeographicPosition class.

GetHashCode ( ) : int

Returns a hash code for this instance.

ToString ( ) : string

Returns a System.String that represents this instance.

operator ( ) : bool

Implements the operator !=.

Защищенные методы

Метод Описание
Equals ( GeographicPosition other ) : bool

Determines whether the specified GeographicPosition, is equal to this instance.

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

Метод Описание
GeographicPosition ( ) : System

Prevents a default instance of the GeographicPosition class from being created.

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

Equals() защищенный Метод

Determines whether the specified GeographicPosition, is equal to this instance.
protected Equals ( GeographicPosition other ) : bool
other GeographicPosition The to compare with this instance.
Результат bool

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

Determines whether the specified System.Object, is equal to this instance.
public Equals ( object obj ) : bool
obj object The to compare with this instance.
Результат bool

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

Initializes a new instance of the GeographicPosition class.
public GeographicPosition ( double latitude, double longitude, double altitude = null ) : System
latitude double The latitude.
longitude double The longitude.
altitude double The altitude in m(eter).
Результат System

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

Initializes a new instance of the GeographicPosition class.
public GeographicPosition ( string latitude, string longitude, string altitude = null ) : System
latitude string The latitude, e.g. '38.889722'.
longitude string The longitude, e.g. '-77.008889'.
altitude string The altitude in m(eters).
Результат System

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

Returns a hash code for this instance.
public GetHashCode ( ) : int
Результат int

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

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string

operator() публичный статический Метод

Implements the operator !=.
public static operator ( ) : bool
Результат bool