setTargetBBox method

void setTargetBBox(
  1. Envelope targetBBox
)

Sets the target bbox, will be used to skip over features we do not need */

Implementation

void setTargetBBox(Envelope targetBBox) {
  this.targetBBox = targetBBox;
}