project abstract method

  1. @override
Box project(
  1. Projection projection
)
override

Projects this bounding box to another box using projection.

Subtypes may specify a more accurate bounding box type for the returned object (for example a geographic bounding box would return a projected box when forward-projecting, and other way when inverse-projecting).

Implementation

@override
Box project(Projection projection);