C# Класс Google.KML.geGroundOverlay.geLatLonBox

A Lat/Lon "Box" that is used in a GroundOverlay to describe how to stretch the image over the terrain.
Наследование: geObject
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
East geAngle180
North geAngle90
Rotation geAngle180
South geAngle90
West geAngle180

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

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

Renders the object to KML

geLatLonBox ( geAngle90 north, geAngle90 south, geAngle180 east, geAngle180 west ) : System

Passes the constructor on to the N/S/E/W/Rotation constructor with the Rotation value of 0

geLatLonBox ( geAngle90 north, geAngle90 south, geAngle180 east, geAngle180 west, geAngle180 rotation ) : System

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

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

Renders the object to KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
Результат void

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

Passes the constructor on to the N/S/E/W/Rotation constructor with the Rotation value of 0
public geLatLonBox ( geAngle90 north, geAngle90 south, geAngle180 east, geAngle180 west ) : System
north geAngle90
south geAngle90
east geAngle180
west geAngle180
Результат System

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

public geLatLonBox ( geAngle90 north, geAngle90 south, geAngle180 east, geAngle180 west, geAngle180 rotation ) : System
north geAngle90
south geAngle90
east geAngle180
west geAngle180
rotation geAngle180
Результат System

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

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

public geAngle180,Google.KML East
Результат geAngle180

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

public geAngle90,Google.KML North
Результат geAngle90

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

public geAngle180,Google.KML Rotation
Результат geAngle180

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

public geAngle90,Google.KML South
Результат geAngle90

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

public geAngle180,Google.KML West
Результат geAngle180