Class CircleFilter
Filter condition to select only data, intersecting with a specified circle.
Inheritance
System.Object
CircleFilter
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 CircleFilter
Properties
| Improve this Doc View SourceRadius
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[] |