In the KML Specification, a Photo Overlay is an entity that contains an image reference and rendering details to position it so that a photograph can be aligned to the 3D globe when the camera is positioned in the same geospatial location as the photographer.

Photo Overlays are not yet implemented in LuciadRIA but this type of feature will still appear in the KMLTree event with an error property.

Since

2021.0

Hierarchy

Constructors

Accessors

Methods

Constructors

Accessors

  • get id(): FeatureId
  • The unique identifier of the Feature. This unique id must uniquely identify the Feature within the context of a model, ie.within the context of a luciad.model.feature.FeatureModel.

    Returns FeatureId

  • set id(value): void
  • Parameters

    Returns void

  • get properties(): TProperties
  • The properties that were passed to the constructor.

    Returns TProperties

  • get shape(): TShape
  • The shape of the feature

    Returns TShape

  • set shape(shape): void
  • Parameters

    • shape: TShape

    Returns void

Methods