ConsistentAreaTester constructor

ConsistentAreaTester(
  1. GeometryGraph geomGraph
)

Creates a new tester for consistent areas.

@param geomGraph the topology graph of the area geometry

Implementation

ConsistentAreaTester(this.geomGraph);