GeometryFactory.withPrecisionModel constructor

GeometryFactory.withPrecisionModel(
  1. PrecisionModel precisionModel
)

Constructs a GeometryFactory that generates Geometries having the given {@link PrecisionModel} and the default CoordinateSequence implementation.

@param precisionModel the PrecisionModel to use

Implementation

GeometryFactory.withPrecisionModel(PrecisionModel precisionModel)
    : this(precisionModel, 0, getDefaultCoordinateSequenceFactory());