Class CircleFilter
Filter condition to select only data, intersecting with a specified circle.
Inheritance
System.Object
CircleFilter
Namespace: Mars.Core.Data.Entities
Assembly: Mars.Core.dll
Syntax
public class CircleFilter : object
Properties
Radius
The radius expanding the circle from a specified Source.
Declaration
public double Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Source
The position of the circle center to expand the circle.
Declaration
public double[] Source { get; set; }
Property Value
Type | Description |
---|---|
System.Double[] |