Search Results for

    Show / Hide Table of Contents

    Class PreparedPoint

    A prepared version for IPuntal geometries.

    Instances of this class are thread-safe.

    Inheritance
    object
    BasicPreparedGeometry
    PreparedPoint
    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 PreparedPoint : BasicPreparedGeometry, IPreparedGeometry

    Constructors

    | Edit this page View Source

    PreparedPoint(IPuntal)

    Declaration
    public PreparedPoint(IPuntal point)
    Parameters
    Type Name Description
    IPuntal point

    Methods

    | Edit this page View Source

    Intersects(Geometry)

    Tests whether this point intersects a Geometry.

    Declaration
    public override bool Intersects(Geometry g)
    Parameters
    Type Name Description
    Geometry g
    Returns
    Type Description
    bool
    Overrides
    BasicPreparedGeometry.Intersects(Geometry)
    Remarks

    The optimization here is that computing topology for the test geometry is avoided. This can be significant for large geometries.

    Implements

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