Class BaseVectorPointsFeature

Base Vector Points Feature Type 1 Extends from

VectorFeaturePointsBase. Store either a single point or a list of points

Hierarchy (view full)

Constructors

Properties

bbox?: BBox

the BBox of the feature

geometry: VectorPoints

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
  • Points do not have this feature, so return false

    Returns boolean

    false always

  • get hasOffsets(): boolean
  • Points do not have this feature, so return false

    Returns boolean

    false always

Methods