Search Results for

    Show / Hide Table of Contents

    Class PrecisionReducerCoordinateOperation

    Inheritance
    object
    GeometryEditor.CoordinateOperation
    PrecisionReducerCoordinateOperation
    Implements
    GeometryEditor.IGeometryEditorOperation
    Inherited Members
    GeometryEditor.CoordinateOperation.Edit(Geometry, GeometryFactory)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Precision
    Assembly: NetTopologySuite.dll
    Syntax
    public class PrecisionReducerCoordinateOperation : GeometryEditor.CoordinateOperation, GeometryEditor.IGeometryEditorOperation

    Constructors

    | Edit this page View Source

    PrecisionReducerCoordinateOperation(PrecisionModel, bool)

    Declaration
    public PrecisionReducerCoordinateOperation(PrecisionModel targetPrecModel, bool removeCollapsed)
    Parameters
    Type Name Description
    PrecisionModel targetPrecModel
    bool removeCollapsed

    Methods

    | Edit this page View Source

    Edit(Coordinate[], Geometry)

    Edits the array of Coordinates from a Geometry.

    Declaration
    public override Coordinate[] Edit(Coordinate[] coordinates, Geometry geom)
    Parameters
    Type Name Description
    Coordinate[] coordinates

    The coordinate array to operate on.

    Geometry geom
    Returns
    Type Description
    Coordinate[]

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

    Overrides
    GeometryEditor.CoordinateOperation.Edit(Coordinate[], Geometry)

    Implements

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