PrivateconstructorThis class should not be instantiated by users of LuciadRIA.
The unique identifier of the feature.
This ID must uniquely identify the feature within the context of a model, i.e., within a FeatureModel.
The properties that were passed to the constructor.
Creates a deep clone of this feature.
A new feature instance that is a deep copy of this feature, including its shape and properties.
In the KML Specification, a Ground Overlay is an entity that contains raster data in the form of an image reference and bounding area.
When a KML file is loaded which contains a ground overlay element, a "KMLGroundOverlay" event will be emitted on KMLCodec. To add a layer for a ground overlay element to the map, you need to register a callback on KMLCodec for this event. In this callback you can create a layer for the ground overlay by using createGroundOverlayLayer.
Create a RasterTileSetLayer from a KMLGroundOverlayFeature
Since
2020.1