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

    Class BaseVectorPoints3DFeature

    Base Vector Points 3D Feature Type 4 Extends from

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

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    bbox?: BBox3D

    the BBox of the feature

    geometry: VectorPoints3D

    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