public class SnapRoundFunctions extends Object
| Constructor and Description |
|---|
SnapRoundFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.Geometry |
snapRound(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB,
double scaleFactor) |
static org.locationtech.jts.geom.Geometry |
snapRoundLines(org.locationtech.jts.geom.Geometry geom,
double scaleFactor)
Reduces precision pointwise, then snap-rounds.
|
public static org.locationtech.jts.geom.Geometry snapRoundLines(org.locationtech.jts.geom.Geometry geom,
double scaleFactor)
geom - a geometry containing linework to nodescaleFactor - the precision model scale factor to usepublic static org.locationtech.jts.geom.Geometry snapRound(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB,
double scaleFactor)
Copyright © 2021. All rights reserved.