SpatialHelper Class
Namespace: PTS.Spatial
Assembly: PTS.Spatial.dll
Syntax
public static class SpatialHelper
Inheritance
System.Object
SpatialHelper
Methods
GetDistance(Point2D<Decimal>, Point2D<Decimal>)
Declaration
public static double GetDistance(Point2D<decimal> location1, Point2D<decimal> location2)
Parameters
Type | Name | Description |
---|---|---|
Point2D<System.Decimal> | location1 | |
Point2D<System.Decimal> | location2 |
Returns
Type | Description |
---|---|
System.Double |
GetSquareZone(Point2D<Decimal>, Double)
Declaration
public static Pivot<double> GetSquareZone(Point2D<decimal> location, double radius)
Parameters
Type | Name | Description |
---|---|---|
Point2D<System.Decimal> | location | |
System.Double | radius |
Returns
Type | Description |
---|---|
Pivot<System.Double> |
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()