DistanceOp constructor

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

Constructs a DistanceOp that computes the distance and nearest points between the two specified geometries. @param g0 a Geometry @param g1 a Geometry

Implementation

DistanceOp(Geometry g0, Geometry g1)
    : this.withTerminateDistance(g0, g1, 0.0);