Interface IIntersectable<T>
- Namespace
- NetTopologySuite.Geometries
- Assembly
- NetTopologySuite.dll
Interface describing objects that can perform an intersects predicate with T
objects.
public interface IIntersectable<in T>
Type Parameters
T
The type of the component that can intersect
Methods
Intersects(T)
Predicate function to test if other
intersects with this object.
bool Intersects(T other)
Parameters
other
TThe object to test
Returns
- bool
true
if this objects intersects withother