The CartesianTierPlotter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BestFit |
Find the tier with the best fit for a bounding box
Best fit is defined as the ceiling of
log2 (circumference of earth / distance)
distance is defined as the smallest box fitting
the corner between a radius and a bounding box.
Distances less than a mile return 15, finer granularity is
in accurate
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetTierBoxId |
TierBoxId is latitude box id + longitude box id
where latitude box id, and longitude box id are transposed in to position
coordinates.
| |
| GetTierFieldName()()()() |
Get the string name representing current tier _localTier<tiedId>
| |
| GetTierFieldName(Int32) |
Get the string name representing tierId _localTier<tierId>
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Log2 |
A log to the base 2 formula.
Math.Log(value) / Math.Log(2) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |