Search Results for

    Show / Hide Table of Contents

    Class GeometryEditor.CoordinateOperation

    A GeometryEditorOperation which edits the coordinate list of a Geometry. Operates on Geometry subclasses which contains a single coordinate list.

    Inheritance
    object
    GeometryEditor.CoordinateOperation
    PrecisionReducerCoordinateOperation
    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 abstract class GeometryEditor.CoordinateOperation : GeometryEditor.IGeometryEditorOperation

    Methods

    | Edit this page View Source

    Edit(Coordinate[], Geometry)

    Edits the array of Coordinates from a Geometry.

    Declaration
    public abstract Coordinate[] Edit(Coordinate[] coordinates, Geometry geometry)
    Parameters
    Type Name Description
    Coordinate[] coordinates

    The coordinate array to operate on.

    Geometry geometry

    The point containing the coordinate list.

    Returns
    Type Description
    Coordinate[]

    An edited coordinate array (which may be the same as the input).

    | Edit this page View Source

    Edit(Geometry, GeometryFactory)

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

    Implements

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