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

Describes rotation of a 3D model's coordinate system to position the object in Google Earth.
Наследование: geObject
Показать файл Открыть проект

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

Свойство Тип Описание
Heading geAngle180
Roll geAngle180
Tilt geAngle180

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

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

Renders the object to KML.

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

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

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

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

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

Rotation about the z axis. A value of 0 (the default) equals North.
A positive rotation is clockwise around the z axis and specified in degrees from 0 to �0.
public geAngle180,Google.KML Heading
Результат geAngle180

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

Rotation about the y axis. Default equals to 0.
A positive rotation is clockwise around the y axis and specified in degrees from 0 to �0.
public geAngle180,Google.KML Roll
Результат geAngle180

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

Rotation about the x axis. Default equals to 0.
A positive rotation is clockwise around the x axis and specified in degrees from 0 to �0.
public geAngle180,Google.KML Tilt
Результат geAngle180