GeometryContainsPointVisitor constructor

GeometryContainsPointVisitor(
  1. Polygon rectangle
)

Implementation

GeometryContainsPointVisitor(Polygon rectangle) {
  this.rectSeq = rectangle.getExteriorRing().getCoordinateSequence();
  rectEnv = rectangle.getEnvelopeInternal();
}