|
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.NoOpGeometryOperation
public static class GeometryEditor.NoOpGeometryOperation
A GeometryEditorOperation which does not modify the input geometry. This can be used for simple changes of GeometryFactory (including PrecisionModel and SRID).
| Constructor Summary | |
|---|---|
GeometryEditor.NoOpGeometryOperation()
|
|
| Method Summary | |
|---|---|
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.NoOpGeometryOperation()
| Method Detail |
|---|
public Geometry edit(Geometry geometry,
GeometryFactory factory)
GeometryEditor.GeometryEditorOperation
edit in interface GeometryEditor.GeometryEditorOperationgeometry - the Geometry to modifyfactory - the factory with which to construct the modified Geometry
(may be different to the factory of the input geometry)
|
JTS Topology Suite - v 1.12 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||