Search Results for

    Show / Hide Table of Contents

    Class EnhancedPrecisionOp

    Provides versions of Geometry spatial functions which use enhanced precision techniques to reduce the likelihood of robustness problems.

    Inheritance
    object
    EnhancedPrecisionOp
    Inherited Members
    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 EnhancedPrecisionOp

    Methods

    | Edit this page View Source

    Difference(Geometry, Geometry)

    Computes the set-theoretic difference of two Geometrys, using enhanced precision.

    Declaration
    public static Geometry Difference(Geometry geom0, Geometry geom1)
    Parameters
    Type Name Description
    Geometry geom0

    The first Geometry.

    Geometry geom1

    The second Geometry.

    Returns
    Type Description
    Geometry

    The Geometry representing the set-theoretic difference of the input Geometries.

    | Edit this page View Source

    Intersection(Geometry, Geometry)

    Computes the set-theoretic intersection of two Geometrys, using enhanced precision.

    Declaration
    public static Geometry Intersection(Geometry geom0, Geometry geom1)
    Parameters
    Type Name Description
    Geometry geom0

    The first Geometry.

    Geometry geom1

    The second Geometry.

    Returns
    Type Description
    Geometry

    The Geometry representing the set-theoretic intersection of the input Geometries.

    | Edit this page View Source

    SymDifference(Geometry, Geometry)

    Computes the set-theoretic symmetric difference of two Geometrys, using enhanced precision.

    Declaration
    public static Geometry SymDifference(Geometry geom0, Geometry geom1)
    Parameters
    Type Name Description
    Geometry geom0

    The first Geometry.

    Geometry geom1

    The second Geometry.

    Returns
    Type Description
    Geometry

    The Geometry representing the set-theoretic symmetric difference of the input Geometries.

    | Edit this page View Source

    Union(Geometry, Geometry)

    Computes the set-theoretic union of two Geometrys, using enhanced precision.

    Declaration
    public static Geometry Union(Geometry geom0, Geometry geom1)
    Parameters
    Type Name Description
    Geometry geom0

    The first Geometry.

    Geometry geom1

    The second Geometry.

    Returns
    Type Description
    Geometry

    The Geometry representing the set-theoretic union of the input Geometries.

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