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