Class PreparedLineString
A prepared version for ILineal geometries.
Instances of this class are thread-safe
.Implements
Inherited Members
Namespace: NetTopologySuite.Geometries.Prepared
Assembly: NetTopologySuite.dll
Syntax
public class PreparedLineString : BasicPreparedGeometry, IPreparedGeometry
Constructors
| Edit this page View SourcePreparedLineString(ILineal)
Declaration
public PreparedLineString(ILineal line)
Parameters
| Type | Name | Description |
|---|---|---|
| ILineal | line |
Properties
| Edit this page View SourceIntersectionFinder
Declaration
public FastSegmentSetIntersectionFinder IntersectionFinder { get; }
Property Value
| Type | Description |
|---|---|
| FastSegmentSetIntersectionFinder |
Methods
| Edit this page View SourceIntersects(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
Remarks
Default implementation.