GeometryEditor.GeometryEditorOperation
PrecisionReducerCoordinateOperation
public abstract static class GeometryEditor.CoordinateOperation extends java.lang.Object implements GeometryEditor.GeometryEditorOperation
GeometryEditor.GeometryEditorOperation
which edits the coordinate list of a Geometry
.
Operates on Geometry subclasses which contains a single coordinate list.Constructor | Description |
---|---|
CoordinateOperation() |
Modifier and Type | Method | Description |
---|---|---|
abstract Coordinate[] |
edit(Coordinate[] coordinates,
Geometry geometry) |
Edits the array of
Coordinate s from a Geometry . |
Geometry |
edit(Geometry geometry,
GeometryFactory factory) |
Edits a Geometry by returning a new Geometry with a modification.
|
public final Geometry edit(Geometry geometry, GeometryFactory factory)
GeometryEditor.GeometryEditorOperation
null
if the geometry is to be deleted.
edit
in interface GeometryEditor.GeometryEditorOperation
geometry
- the Geometry to modifyfactory
- the factory with which to construct the modified Geometry
(may be different to the factory of the input geometry)public abstract Coordinate[] edit(Coordinate[] coordinates, Geometry geometry)
Coordinate
s 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.
coordinates
- the coordinate array to operate ongeometry
- the geometry containing the coordinate listCopyright © 2018. All rights reserved.