C# 클래스 Google.KML.geCoordinates

Represents the Coordinates property which contains minimally a Lat/Lon, and optionally an Altitude.
상속: geObject
파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Altitude System.Single
Latitude geAngle90
Longitude geAngle180

공개 메소드들

메소드 설명
ToKML ( XmlTextWriter kml ) : void

Renders the object as KML, and calls upon any children to do the same

ToTuple ( ) : string

Returns only the Lon,Lat[,Alt] string without any KML elements

geCoordinates ( geAngle90 latitude, geAngle180 longitude ) : System

This constructor will pass to the Lat/Lon/Alt constructor assigning altitude the value of Single.NaN

geCoordinates ( geAngle90 latitude, geAngle180 longitude, System.Single altitude ) : System

메소드 상세

ToKML() 공개 메소드

Renders the object as KML, and calls upon any children to do the same
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
리턴 void

ToTuple() 공개 메소드

Returns only the Lon,Lat[,Alt] string without any KML elements
public ToTuple ( ) : string
리턴 string

geCoordinates() 공개 메소드

This constructor will pass to the Lat/Lon/Alt constructor assigning altitude the value of Single.NaN
public geCoordinates ( geAngle90 latitude, geAngle180 longitude ) : System
latitude geAngle90
longitude geAngle180
리턴 System

geCoordinates() 공개 메소드

public geCoordinates ( geAngle90 latitude, geAngle180 longitude, System.Single altitude ) : System
latitude geAngle90
longitude geAngle180
altitude System.Single
리턴 System

프로퍼티 상세

Altitude 공개적으로 프로퍼티

public Single,System Altitude
리턴 System.Single

Latitude 공개적으로 프로퍼티

public geAngle90,Google.KML Latitude
리턴 geAngle90

Longitude 공개적으로 프로퍼티

public geAngle180,Google.KML Longitude
리턴 geAngle180