My favorites | English | Sign in

Try Google Chrome's developer tools New!

Google Earth API

KmlGroundOverlay Interface Reference

Inheritance diagram for KmlGroundOverlay:

KmlOverlay KmlFeature KmlObject GEEventEmitter

List of all members.


Public Member Functions

double getAltitude ()
void setAltitude (double altitude)
KmlAltitudeModeEnum getAltitudeMode ()
void setAltitudeMode (KmlAltitudeModeEnum altitudeMode)
KmlLatLonBox getLatLonBox ()
void setLatLonBox (KmlLatLonBox latLonBox)

Detailed Description

Draws an image overlay draped onto the terrain. The href child of Icon specifies the image to be used as the overlay. If this object is omitted or contains no href, a rectangle is drawn using the color defined by the overlay.

Member Function Documentation

double KmlGroundOverlay.getAltitude (  ) 

Specifies the distance above the earth's surface.

void KmlGroundOverlay.setAltitude ( double  altitude  ) 

Specifies the distance above the earth's surface.

KmlAltitudeModeEnum KmlGroundOverlay.getAltitudeMode (  ) 

Specifies how the altitude property is interpreted.

See also:
GEPlugin.ALTITUDE_CLAMP_TO_GROUND

GEPlugin.ALTITUDE_ABSOLUTE

GEPlugin.ALTITUDE_CLAMP_TO_SEA_FLOOR

void KmlGroundOverlay.setAltitudeMode ( KmlAltitudeModeEnum  altitudeMode  ) 

Specifies how the altitude property is interpreted.

See also:
GEPlugin.ALTITUDE_CLAMP_TO_GROUND

GEPlugin.ALTITUDE_ABSOLUTE

GEPlugin.ALTITUDE_CLAMP_TO_SEA_FLOOR

KmlLatLonBox KmlGroundOverlay.getLatLonBox (  ) 

The bounding box of the ground overlay.

void KmlGroundOverlay.setLatLonBox ( KmlLatLonBox  latLonBox  ) 

The bounding box of the ground overlay.