C# 클래스 csShared.Geo.KmlPoint

상속: AGeometry
파일 보기 프로젝트 열기: TNOCS/csTouch 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Fail void

공개 메소드들

메소드 설명
KmlExport ( ) : System.Xml.Linq.XElement
KmlPoint ( ) : System
KmlPoint ( System.Xml.Linq.XElement e ) : System
KmlPoint ( double longitude, double latitude ) : System
KmlPoint ( double longitude, double latitude, double altitude ) : System
KmlPoint ( float longitude, float latitude ) : System

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.

KmlPoint ( float longitude, float latitude, float altitude ) : System

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.

ToString ( ) : string

비공개 메소드들

메소드 설명
Fail ( string value ) : void

메소드 상세

KmlExport() 공개 메소드

public KmlExport ( ) : System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement

KmlPoint() 공개 메소드

public KmlPoint ( ) : System
리턴 System

KmlPoint() 공개 메소드

public KmlPoint ( System.Xml.Linq.XElement e ) : System
e System.Xml.Linq.XElement
리턴 System

KmlPoint() 공개 메소드

public KmlPoint ( double longitude, double latitude ) : System
longitude double
latitude double
리턴 System

KmlPoint() 공개 메소드

public KmlPoint ( double longitude, double latitude, double altitude ) : System
longitude double
latitude double
altitude double
리턴 System

KmlPoint() 공개 메소드

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.
public KmlPoint ( float longitude, float latitude ) : System
longitude float between -180 and 180
latitude float between -90 and 90
리턴 System

KmlPoint() 공개 메소드

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.
public KmlPoint ( float longitude, float latitude, float altitude ) : System
longitude float between -180 and 180
latitude float between -90 and 90
altitude float altitude values (optional) are in meters above sea level
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string