Class IntersectionFilter
Filter condition to select only data objects, in which
any
spatial reference
intersects (overlaps, shares or contains parts) with specified geometry.
Inheritance
System.Object
IntersectionFilter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Core.Data.Entities
Assembly: Mars.Core.dll
Syntax
public class IntersectionFilter
Properties
| Improve this Doc View SourceGeometry
The geometry to intersect with.
Declaration
public Geometry Geometry { get; set; }
Property Value
Type | Description |
---|---|
NetTopologySuite.Geometries.Geometry |