getGeometryComponent method

Geometry getGeometryComponent()

Returns the geometry component on (or in) which this location occurs.

Implementation

Geometry getGeometryComponent() {
  return component;
}