The CartesianTierPlotter type exposes the following members.

Methods

  NameDescription
Public methodBestFit
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
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetTierBoxId
TierBoxId is latitude box id + longitude box id where latitude box id, and longitude box id are transposed in to position coordinates.
Public methodGetTierFieldName()()()()
Get the string name representing current tier _localTier<tiedId>
Public methodGetTierFieldName(Int32)
Get the string name representing tierId _localTier<tierId>
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLog2
A log to the base 2 formula.
CopyC#
Math.Log(value) / Math.Log(2)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also