LuciadRIA (2026.0.12)
    Preparing search index...

    Class KMLFeature<TProperties>Abstract

    KML Features are abstract elements that are used as the base for concrete KML types, but should not be created directly.

    2020.1

    Type Parameters

    Hierarchy (View Summary)

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get id(): FeatureId

      The unique identifier of the feature.

      This ID must uniquely identify the feature within a FeatureModel.

      Returns FeatureId

    • set id(value: FeatureId): 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: TShape): void

      Parameters

      Returns void

    Methods