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

    Class BaseVectorPolysFeature

    Base Vector Polys Feature Type 3 Extends from

    VectorFeatureBase. Store either a single polygon or a list of polygons

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • geometry: BaseVectorLine<VectorLine>[][]

        the geometry of the feature

      • indices: number[] = []

        the indices of the geometry

      • tessellation: number[] = []

        the tessellation of the geometry

      • properties: Properties = {}

        the properties of the feature

      • Optionalid: number

        the id of the feature

      • Optionalbbox: BBox

        the bbox of the feature

      Returns BaseVectorPolysFeature

    Properties

    bbox?: BBox

    the bbox of the feature

    geometry: BaseVectorLine<VectorLine>[][]

    the geometry of the feature

    id?: number

    the id of the feature if there is one

    indices: number[] = []

    the indices of the geometry

    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