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
파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY 1 사용 예제들

공개 프로퍼티들

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