open-vector-tile - v1.8.0
    Preparing search index...

    Class BaseVectorPointsFeature

    Base Vector Points Feature Type 1 Extends from

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

    Hierarchy (View Summary)

    Index

    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: Properties = {}

    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