Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MultiPolygon

Hierarchy

Index

Constructors

constructor

Properties

coordinates

coordinates: any

type

type: string

Methods

bbox

  • bbox(): Array<number>
  • Returns Array<number>

contains

convexHull

envelope

forEach

  • forEach(operation: function): void
  • Parameters

    • operation: function
        • (polygon: Polygon, index: number, coords: Array<number>): void
        • Parameters

          • polygon: Polygon
          • index: number
          • coords: Array<number>

          Returns void

    Returns void

get

  • Parameters

    • index: number

    Returns Polygon

intersects

toGeographic

toMercator

within