|
JTS Topology Suite version 1.13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.geom.util.GeometryEditor.CoordinateSequenceOperation
public abstract static class GeometryEditor.CoordinateSequenceOperation
A GeometryEditor.GeometryEditorOperation
which edits the CoordinateSequence
of a Geometry
.
Operates on Geometry subclasses which contains a single coordinate list.
Constructor Summary | |
---|---|
GeometryEditor.CoordinateSequenceOperation()
|
Method Summary | |
---|---|
abstract CoordinateSequence |
edit(CoordinateSequence coordSeq,
Geometry geometry)
Edits a CoordinateSequence from a Geometry . |
Geometry |
edit(Geometry geometry,
GeometryFactory factory)
Edits a Geometry by returning a new Geometry with a modification. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeometryEditor.CoordinateSequenceOperation()
Method Detail |
---|
public final Geometry edit(Geometry geometry, GeometryFactory factory)
GeometryEditor.GeometryEditorOperation
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 CoordinateSequence edit(CoordinateSequence coordSeq, Geometry geometry)
CoordinateSequence
from a Geometry
.
coordseq
- the coordinate array to operate ongeometry
- the geometry containing the coordinate list
|
JTS Topology Suite version 1.13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |