RelateOp constructor

RelateOp(
  1. Geometry g0,
  2. Geometry g1
)

Creates a new Relate operation, using the default (OGC SFS) Boundary Node Rule.

@param g0 a Geometry to relate @param g1 another Geometry to relate

Implementation

RelateOp(Geometry g0, Geometry g1) : super(g0, g1) {
  relate = new RelateComputer(arg);
}