Class BaseVectorLines3DFeature

Base Vector Lines 3D Feature Type 5 Extends from

VectorFeatureBase. Store either a single 3D line or a list of 3D lines

Hierarchy (View Summary)

Constructors

Properties

bbox?: BBox3D

the BBox of the feature

the geometry of the feature

id?: number

the id of the feature if there is one

properties: OProperties = {}

the properties of the feature

Accessors

  • get hasBBox(): boolean
  • Returns boolean

    • true if the feature has BBox
  • get hasMValues(): boolean
  • Returns boolean

    • true if the feature has M values
  • get hasOffsets(): boolean
  • Returns boolean

    • true if the feature has offsets

Methods