Edit the values of a KML ground overlay.
KML ground overlays are used for showing aerial imagery, symbology, or other images draped over a scene. Changing the geometry, rotation, and other attributes of a ground overlay after it has been loaded allows for live editing. For example, editing the geometry and opacity of a historical image draped over present day satellite imagery makes it possible to view change over time.
Use the slider to adjust the opacity of the ground overlay.
- Create an
Envelope
defining the geometry of the overlay. - Create a
KmlIcon
using aUri
linking to an image. - Create a
KmlGroundOverlay
using the envelope and icon. - Set the value of
KmlGroundOverlay.Rotation
. - Create a
KmlDataset
using the ground overlay. - Create a
KmlLayer
using the dataset. - Add the KML layer to the scene.
- Listen for changes to the opacity slider and change the
KmlGroundOverlay.Color
value appropriately.
- KmlDataset
- KmlGroundOverlay
- KmlIcon
- KmlLayer
This sample uses an .jpg image downloaded from ArcGIS Online.
The image used in this sample is an aerial view of the campus of the University of Oregon. This imagery was taken in 1944 by the U.S. Army Corps of Engineers. It is publicly available as Online Aerial Imagery hosted by Oregon University Library. It is also available as a Portal item on ArcGIS Online as University of Oregon Campus Aerial Imagery - 1944.
imagery, Keyhole, KML, KMZ, OGC