Search Results for

    Show / Hide Table of Contents

    Class PreparedLineString

    A prepared version for ILineal geometries.

    Instances of this class are thread-safe

    .
    Inheritance
    object
    BasicPreparedGeometry
    PreparedLineString
    Implements
    IPreparedGeometry
    Inherited Members
    BasicPreparedGeometry.Geometry
    BasicPreparedGeometry.RepresentativePoints
    BasicPreparedGeometry.IsAnyTargetComponentInTest(Geometry)
    BasicPreparedGeometry.EnvelopesIntersect(Geometry)
    BasicPreparedGeometry.EnvelopeCovers(Geometry)
    BasicPreparedGeometry.Contains(Geometry)
    BasicPreparedGeometry.ContainsProperly(Geometry)
    BasicPreparedGeometry.CoveredBy(Geometry)
    BasicPreparedGeometry.Covers(Geometry)
    BasicPreparedGeometry.Crosses(Geometry)
    BasicPreparedGeometry.Disjoint(Geometry)
    BasicPreparedGeometry.Overlaps(Geometry)
    BasicPreparedGeometry.Touches(Geometry)
    BasicPreparedGeometry.Within(Geometry)
    BasicPreparedGeometry.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: NetTopologySuite.Geometries.Prepared
    Assembly: NetTopologySuite.dll
    Syntax
    public class PreparedLineString : BasicPreparedGeometry, IPreparedGeometry

    Constructors

    | Edit this page View Source

    PreparedLineString(ILineal)

    Declaration
    public PreparedLineString(ILineal line)
    Parameters
    Type Name Description
    ILineal line

    Properties

    | Edit this page View Source

    IntersectionFinder

    Declaration
    public FastSegmentSetIntersectionFinder IntersectionFinder { get; }
    Property Value
    Type Description
    FastSegmentSetIntersectionFinder

    Methods

    | Edit this page View Source

    Intersects(Geometry)

    Tests whether the base Geometry intersects a given geometry.

    Declaration
    public override bool Intersects(Geometry g)
    Parameters
    Type Name Description
    Geometry g

    The geometry to test

    Returns
    Type Description
    bool

    true if this geometry intersects the given geometry

    Overrides
    BasicPreparedGeometry.Intersects(Geometry)
    Remarks

    Default implementation.

    Implements

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