C# 클래스 Google.KML.geOrientation

Describes rotation of a 3D model's coordinate system to position the object in Google Earth.
상속: geObject
파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

공개 프로퍼티들

프로퍼티 타입 설명
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