C# Класс Google.KML.gePoint

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.
Наследование: geGeometry
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AltitudeMode geAltitudeModeEnum
Coordinates geCoordinates
Extrude bool
Tessellate bool

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

Метод Описание
ToKML ( XmlTextWriter kml ) : void
gePoint ( geCoordinates coordinates ) : System

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

ToKML() публичный метод

public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
Результат void

gePoint() публичный метод

public gePoint ( geCoordinates coordinates ) : System
coordinates geCoordinates
Результат System

Описание свойств

AltitudeMode публичное свойство

public geAltitudeModeEnum AltitudeMode
Результат geAltitudeModeEnum

Coordinates публичное свойство

public geCoordinates,Google.KML Coordinates
Результат geCoordinates

Extrude публичное свойство

public bool Extrude
Результат bool

Tessellate публичное свойство

public bool Tessellate
Результат bool