public class GeometryVerticesMover
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
private class |
GeometryVerticesMover.MoveVerticesOperation |
| Modifier and Type | Field and Description |
|---|---|
private Geometry |
geom |
private java.util.List |
modifiedCoords |
private java.util.Map |
moves |
| Constructor and Description |
|---|
GeometryVerticesMover(Geometry geom,
java.util.Map moves) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getModifiedCoordinates() |
Geometry |
move() |
static Geometry |
move(Geometry geom,
java.util.Map moves) |