C# Class Google.KML.geGroundOverlay

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

Méthodes publiques

Свойство Type Description
Altitude double
AltitudeMode geAltitudeModeEnum
LatLonBox geLatLonBox

Méthodes publiques

Méthode Description
ToKML ( XmlTextWriter kml ) : void

Renders the object and any children to KML

geGroundOverlay ( geLatLonBox latLonBox ) : System

Method Details

ToKML() public méthode

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

geGroundOverlay() public méthode

public geGroundOverlay ( geLatLonBox latLonBox ) : System
latLonBox geLatLonBox
Résultat System

Property Details

Altitude public_oe property

public double Altitude
Résultat double

AltitudeMode public_oe property

public geAltitudeModeEnum AltitudeMode
Résultat geAltitudeModeEnum

LatLonBox public_oe property

public geLatLonBox LatLonBox
Résultat geLatLonBox