Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KMLFeature<TProperties>

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

since

2020.1

Type parameters

Hierarchy

Overview

Constructors

Accessors

Methods

Constructors

constructor

Accessors

id

  • get id(): string | number
  • set id(value: number | string): void
  • 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 string | number

  • 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.

    Parameters

    • value: number | string

    Returns any

properties

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

    Returns TProperties

shape

  • get shape(): Shape | null
  • set shape(shape: Shape | null): void
  • The shape of the feature

    Returns Shape | null

  • The shape of the feature

    Parameters

    Returns any

Methods

Abstract copy

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method