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
Namespace: Mars.Core.Data.Entities
Assembly: Mars.Core.dll
Syntax
public class IntersectionFilter : object
Properties
Geometry
The geometry to intersect with.
Declaration
public Geometry Geometry { get; set; }
Property Value
Type | Description |
---|---|
Geometry |