JTS Core 1.17.1
Packages
Classes
Search
About
Top
edit(Geometry, GeometryFactory): Geometry
Bottom
Source
Classic
org.locationtech.jts.geom.util
Class GeometryEditor.NoOpGeometryOperation
Hierarchy:
Object
, GeometryEditor.NoOpGeometryOperation
All Implemented Interfaces:
GeometryEditor.GeometryEditorOperation
public static class GeometryEditor.NoOpGeometryOperation
implements
GeometryEditor.GeometryEditorOperation
A GeometryEditorOperation which does not modify the input geometry. This can be used for simple changes of GeometryFactory (including PrecisionModel and SRID).
Authors:
mbdavis
public
Geometry
edit(
Geometry
geometry,
GeometryFactory
factory)