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).
Inheritance
GeometryEditor.NoOpGeometryOperation
Assembly: NetTopologySuite.dll
Syntax
public class NoOpGeometryOperation : GeometryEditor.IGeometryEditorOperation
Methods
|
Improve this Doc
View Source
Edit(Geometry, GeometryFactory)
Declaration
public Geometry Edit(Geometry geometry, GeometryFactory factory)
Parameters
Returns
Implements