Search Results for

    Show / Hide Table of Contents

    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
    object
    GeometryEditor.NoOpGeometryOperation
    Implements
    GeometryEditor.IGeometryEditorOperation
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Geometries.Utilities
    Assembly: NetTopologySuite.dll
    Syntax
    public class GeometryEditor.NoOpGeometryOperation : GeometryEditor.IGeometryEditorOperation

    Methods

    | Edit this page View Source

    Edit(Geometry, GeometryFactory)

    Edits a Geometry by returning a new Geometry with a modification. The returned Geometry may be the input geometry itself. It may be null if the geometry is to be deleted.

    Declaration
    public Geometry Edit(Geometry geometry, GeometryFactory factory)
    Parameters
    Type Name Description
    Geometry geometry

    The Geometry to modify.

    GeometryFactory factory

    The factory with which to construct the modified Geometry (may be different to the factory of the input point).

    Returns
    Type Description
    Geometry

    A new Geometry which is a modification of the input Geometry.

    Implements

    GeometryEditor.IGeometryEditorOperation
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX