getPrecisionModel method

PrecisionModel getPrecisionModel()

Returns the PrecisionModel used by the Geometry.

@return the specification of the grid of allowable points, for this Geometry and all other Geometrys

Implementation

PrecisionModel getPrecisionModel() {
  return geomFactory.getPrecisionModel();
}