C# Class Google.KML.geLocation

Represents the Location object for use in Models
Inheritance: geObject
显示文件 Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Public Properties

Property Type Description
Altitude double
Latitude geAngle90
Longitude geAngle180

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Renders the object as KML

geLocation ( geAngle90 Lat, geAngle180 Lon, double Alt ) : System

Method Details

ToKML() public method

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

geLocation() public method

public geLocation ( geAngle90 Lat, geAngle180 Lon, double Alt ) : System
Lat geAngle90
Lon geAngle180
Alt double
return System

Property Details

Altitude public_oe property

public double Altitude
return double

Latitude public_oe property

public geAngle90,Google.KML Latitude
return geAngle90

Longitude public_oe property

public geAngle180,Google.KML Longitude
return geAngle180