isInsideArea method

bool isInsideArea()

Tests whether this location represents a point inside an area geometry.

Implementation

bool isInsideArea() {
  return segIndex == INSIDE_AREA;
}