A KML PhotoOverlay object. More...
| Header | #include <Kml |
| Since | Esri |
| Inherits | Esri |
Public Functions
| virtual | ~ |
Detailed Description
A Kml PhotoOverlay is a KmlNode that represents a photo placed in a 3D scene, relative to a KmlViewpoint. Photo overlays are often expected to be viewed from a specific location and orientation to provide photographic context to a scene. To set your Camera to the intended viewpoint, use the KmlViewpoint inherited from KmlNode.
As of 300.0.0, KmlPhotoOverlay objects are read-only and cannot be created or edited by the API. Furthermore, while all properties of a KmlPhotoOverlay can be internally read from and persisted through dataset load/save workflows, rendering of the following properties is not fully supported:
- Only rectangle shapes are supported; cylinders and spheres are ignored.
- Image pyramids and icons are ignored.
- The color property, including alpha transparency, is ignored.
Member Function Documentation
[override virtual noexcept] KmlPhotoOverlay::~KmlPhotoOverlay ()
Destructor.