Contains all of the information about a KML NetworkLink element. This information can then be used to create a new network-linked KMLLayer

Since

2020.1

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(): null
  • The shape of the feature

    Returns null

Methods