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

    Class BaseVectorLinesFeature

    Base Vector Lines Feature Type 2 Extends from

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

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    bbox?: BBox

    the BBox of the feature

    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

      Returns boolean

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

      Returns boolean

      • true if the feature has offsets

    Methods