public class GeometrySnapRounder extends Object
Geometry using Snap-Rounding
to a given PrecisionModel.
GeometryPrecisionReducer may be used to do this.| Constructor and Description |
|---|
GeometrySnapRounder(org.locationtech.jts.geom.PrecisionModel pm)
Creates a new snap-rounder which snap-rounds to a grid specified
by the given
PrecisionModel. |
| Modifier and Type | Method and Description |
|---|---|
org.locationtech.jts.geom.Geometry |
execute(org.locationtech.jts.geom.Geometry geom)
Snap-rounds the given geometry.
|
void |
setLineworkOnly(boolean isLineworkOnly) |
Copyright © 2021. All rights reserved.