C# Класс csShared.Geo.KmlPoint

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

Private Properties

Свойство Тип Описание
Fail void

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

Метод Описание
KmlExport ( ) : System.Xml.Linq.XElement
KmlPoint ( ) : System
KmlPoint ( System.Xml.Linq.XElement e ) : System
KmlPoint ( double longitude, double latitude ) : System
KmlPoint ( double longitude, double latitude, double altitude ) : System
KmlPoint ( float longitude, float latitude ) : System

A geographic location defined by longitude, latitude, and (optional) altitude. When a Point is contained by a Placemark, the point itself determines the position of the Placemark's name and icon. When a Point is extruded, it is connected to the ground with a line. This "tether" uses the current LineStyle.

KmlPoint ( float longitude, float latitude, float altitude ) : System

A geographic location defined by longitude, latitude, and (optional) altitude. When a Point is contained by a Placemark, the point itself determines the position of the Placemark's name and icon. When a Point is extruded, it is connected to the ground with a line. This "tether" uses the current LineStyle.

ToString ( ) : string

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

Метод Описание
Fail ( string value ) : void

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

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

public KmlExport ( ) : System.Xml.Linq.XElement
Результат System.Xml.Linq.XElement

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

public KmlPoint ( ) : System
Результат System

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

public KmlPoint ( System.Xml.Linq.XElement e ) : System
e System.Xml.Linq.XElement
Результат System

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

public KmlPoint ( double longitude, double latitude ) : System
longitude double
latitude double
Результат System

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

public KmlPoint ( double longitude, double latitude, double altitude ) : System
longitude double
latitude double
altitude double
Результат System

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

A geographic location defined by longitude, latitude, and (optional) altitude. When a Point is contained by a Placemark, the point itself determines the position of the Placemark's name and icon. When a Point is extruded, it is connected to the ground with a line. This "tether" uses the current LineStyle.
public KmlPoint ( float longitude, float latitude ) : System
longitude float between -180 and 180
latitude float between -90 and 90
Результат System

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

A geographic location defined by longitude, latitude, and (optional) altitude. When a Point is contained by a Placemark, the point itself determines the position of the Placemark's name and icon. When a Point is extruded, it is connected to the ground with a line. This "tether" uses the current LineStyle.
public KmlPoint ( float longitude, float latitude, float altitude ) : System
longitude float between -180 and 180
latitude float between -90 and 90
altitude float altitude values (optional) are in meters above sea level
Результат System

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

public ToString ( ) : string
Результат string