Search Results for

    Show / Hide Table of Contents

    Class GeometryGraphOperation

    The base class for operations that require GeometryGraphs.

    Inheritance
    object
    GeometryGraphOperation
    OverlayOp
    RelateOp
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Operation
    Assembly: NetTopologySuite.dll
    Syntax
    public class GeometryGraphOperation

    Constructors

    | Edit this page View Source

    GeometryGraphOperation(Geometry)

    Declaration
    public GeometryGraphOperation(Geometry g0)
    Parameters
    Type Name Description
    Geometry g0
    | Edit this page View Source

    GeometryGraphOperation(Geometry, Geometry)

    Declaration
    public GeometryGraphOperation(Geometry g0, Geometry g1)
    Parameters
    Type Name Description
    Geometry g0
    Geometry g1
    | Edit this page View Source

    GeometryGraphOperation(Geometry, Geometry, IBoundaryNodeRule)

    Declaration
    public GeometryGraphOperation(Geometry g0, Geometry g1, IBoundaryNodeRule boundaryNodeRule)
    Parameters
    Type Name Description
    Geometry g0
    Geometry g1
    IBoundaryNodeRule boundaryNodeRule

    Fields

    | Edit this page View Source

    arg

    The operation args into an array so they can be accessed by index.

    Declaration
    protected GeometryGraph[] arg
    Field Value
    Type Description
    GeometryGraph[]
    | Edit this page View Source

    resultPrecisionModel

    Declaration
    protected PrecisionModel resultPrecisionModel
    Field Value
    Type Description
    PrecisionModel

    Properties

    | Edit this page View Source

    ComputationPrecision

    Declaration
    protected PrecisionModel ComputationPrecision { get; set; }
    Property Value
    Type Description
    PrecisionModel
    | Edit this page View Source

    lineIntersector

    Declaration
    protected LineIntersector lineIntersector { get; set; }
    Property Value
    Type Description
    LineIntersector

    Methods

    | Edit this page View Source

    GetArgGeometry(int)

    Declaration
    public Geometry GetArgGeometry(int i)
    Parameters
    Type Name Description
    int i
    Returns
    Type Description
    Geometry
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX