spatial-index-js - v1.0.6
    Preparing search index...

    Class RTreeMBR

    Minimum Bounding Rectangle of spatial object

    Index

    Constructors

    Properties

    dim: number = 0

    dimension of mbr

    intervals: Interval[] = []

    interval of each dimension

    Accessors

    Methods

    • Returns number

      the length of 1d mbr, the area of 2d mbr, or the volume of 3d or nd mbr.

    • Parameters

      • ...args: number[]

        number of box boundary.

      Returns RTreeMBR

      the mbr

      RTreeMBR.build(d1_min, d1_max, d2_min, d2_max, d3_min, d3_max,...);