Class GeometryPrecisionReducer
- java.lang.Object
-
- com.vividsolutions.jump.geom.precision.GeometryPrecisionReducer
-
public class GeometryPrecisionReducer extends Object
Reduces the precision of aGeometry
according to the supplied CoordinatePrecisionReducer
-
-
Constructor Summary
Constructors Constructor Description GeometryPrecisionReducer(NumberPrecisionReducer numberPrecReducer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.locationtech.jts.geom.Geometry
reduce(org.locationtech.jts.geom.Geometry geom)
-
-
-
Constructor Detail
-
GeometryPrecisionReducer
public GeometryPrecisionReducer(NumberPrecisionReducer numberPrecReducer)
-
-