C# Class Google.KML.geGroundOverlay

Represents the GroundOverlay object for laying icons/images over the Google Earth terrain
Inheritance: geOverlay
显示文件 Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Properties

Property Type Description
Altitude double
AltitudeMode geAltitudeModeEnum
LatLonBox geLatLonBox

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Renders the object and any children to KML

geGroundOverlay ( geLatLonBox latLonBox ) : System

Method Details

ToKML() public method

Renders the object and any children to KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

geGroundOverlay() public method

public geGroundOverlay ( geLatLonBox latLonBox ) : System
latLonBox geLatLonBox
return System

Property Details

Altitude public_oe property

public double Altitude
return double

AltitudeMode public_oe property

public geAltitudeModeEnum AltitudeMode
return geAltitudeModeEnum

LatLonBox public_oe property

public geLatLonBox LatLonBox
return geLatLonBox