|
JTS Topology Suite - v 1.12 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vividsolutions.jts.geom.util.GeometryEditor.CoordinateOperation
com.vividsolutions.jts.precision.PrecisionReducerCoordinateOperation
public class PrecisionReducerCoordinateOperation
| Constructor Summary | |
|---|---|
PrecisionReducerCoordinateOperation(PrecisionModel targetPM,
boolean removeCollapsed)
|
|
| Method Summary | |
|---|---|
Coordinate[] |
edit(Coordinate[] coordinates,
Geometry geom)
Edits the array of Coordinates from a Geometry. |
| Methods inherited from class com.vividsolutions.jts.geom.util.GeometryEditor.CoordinateOperation |
|---|
edit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrecisionReducerCoordinateOperation(PrecisionModel targetPM,
boolean removeCollapsed)
| Method Detail |
|---|
public Coordinate[] edit(Coordinate[] coordinates,
Geometry geom)
GeometryEditor.CoordinateOperationCoordinates from a Geometry.
If it is desired to preserve the immutability of Geometrys, if the coordinates are changed a new array should be created and returned.
edit in class GeometryEditor.CoordinateOperationcoordinates - the coordinate array to operate ongeom - the geometry containing the coordinate list
|
JTS Topology Suite - v 1.12 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||