API Docs for: 1.0.2
Show:

GIScene.Extent2 Class

Defined in: GIScene\Extent2.js:1
Module: GIScene

Represents a 2D bounding box in geo coordinates (z = height)

Constructor

GIScene.Extent2

(
  • minCoordinate2
  • maxCoordinate2
)

Parameters:

  • minCoordinate2 GIScene.Coordiante2

    the lower left corner coordinate

  • maxCoordinate2 GIScene.Coordiante2

    the upper right corner coordinate

Item Index

Methods

clone

() GIScene.Extent2

Returns:

fromBox3

(
  • box3
)
GIScene.Extent2

Creates a new GIScene.Extent2 object by passing a THREE.Box3

Parameters:

  • box3 THREE.Box3

Returns:

toPolygonV2

() Array of GIScene.Coordinate2

will be used in Layer.Grid to reduce tile loading to maxExtent

Returns:

Array of GIScene.Coordinate2:

poly