SimplePointInAreaLocator constructor

SimplePointInAreaLocator(
  1. Geometry geom
)

Create an instance of a point-in-area locator, using the provided areal geometry.

@param geom the areal geometry to locate in

Implementation

SimplePointInAreaLocator(this.geom);