getFactory method

GeometryFactory getFactory()

Gets the factory which contains the context in which this geometry was created.

@return the factory for this geometry

Implementation

GeometryFactory getFactory() {
  return geomFactory;
}