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

    Class OVectorPolysFeature

    Polys Vector Feature Type 3 Extends from

    OVectorFeatureBase2D. Stores either one or multiple polygons. Polygons are an abstraction to polylines, and each polyline can contain an offset.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • cache: ColumnCacheReader

        the column cache for future retrieval

      • id: undefined | number

        the id of the feature

      • properties: Properties

        the properties of the feature

      • mShape: Shape

        the shape of the feature's mValues if they exist

      • extent: Extents

        the extent of the feature

      • geometryIndices: number[]

        the indices of the geometry in the cache

      • single: boolean

        if true, you know the initial length is 1

      • bboxIndex: number

        index to the values column where the BBox is stored

      • hasOffsets: boolean

        if true, the geometryIndices has offsets encoded into it

      • hasMValues: boolean

        if true, the feature has M values

      • indicesIndex: number

        if greater than 0, the feature has indices to parse

      • tessellationIndex: number

        if greater than 0, the feature has tessellation

      Returns OVectorPolysFeature

    Properties

    bboxIndex: number

    index to the values column where the BBox is stored

    the column cache for future retrieval

    extent: Extents

    the extent of the feature

    geometryIndices: number[]

    the indices of the geometry in the cache

    hasMValues: boolean

    if true, the feature has M values

    hasOffsets: boolean

    if true, the geometryIndices has offsets encoded into it

    id: undefined | number

    the id of the feature

    indicesIndex: number

    if greater than 0, the feature has indices to parse

    mShape: Shape

    the shape of the feature's mValues if they exist

    properties: Properties

    the properties of the feature

    single: boolean

    if true, you know the initial length is 1

    tessellationIndex: number

    if greater than 0, the feature has tessellation

    Methods

    • adds the tessellation to the geometry

      Parameters

      • geometry: number[]

        the geometry of the feature

      • multiplier: number

        the multiplier to apply the extent shift

      Returns void

    • Automatically adds the tessellation to the geometry if the tessellationIndex exists

      Returns [geometry: number[], indices: number[]]

      the geometry as an array of totally flattend poly geometry with indices

    • Returns Point[]

      the geometry as a flattened array of points