Class WithinFilter
Filter condition to select only data objects which
are contained with a specified area.
Inheritance
System.Object
WithinFilter
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 WithinFilter
Properties
| Improve this Doc View SourcePolygon
The geometry area, where spatial objects shall be completely contained
Declaration
public Polygon Polygon { get; set; }
Property Value
Type | Description |
---|---|
NetTopologySuite.Geometries.Polygon |