GeometryLocation.fromPointInArea constructor

GeometryLocation.fromPointInArea(
  1. Geometry component,
  2. Coordinate pt
)

Constructs a GeometryLocation specifying a point inside an area geometry.

@param component the component of the geometry containing the point @param pt the coordinate of the location

Implementation

GeometryLocation.fromPointInArea(Geometry component, Coordinate pt)
    : this(component, INSIDE_AREA, pt);