C# Class Google.KML.geOrientation

Describes rotation of a 3D model's coordinate system to position the object in Google Earth.
Inheritance: geObject
显示文件 Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Public Properties

Property Type Description
Heading geAngle180
Roll geAngle180
Tilt geAngle180

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Renders the object to KML.

Method Details

ToKML() public method

Renders the object to KML.
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

Property Details

Heading public_oe property

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
return geAngle180

Roll public_oe property

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
return geAngle180

Tilt public_oe property

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
return geAngle180