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
Namespace: Lucene.Net.Spatial.Tier.ProjectorsAssembly: Lucene.Net.Contrib.Spatial (in Lucene.Net.Contrib.Spatial.dll) Version: 2.9.1.2 (2.9.1.002)
Syntax
C# |
---|
public int BestFit( double miles ) |
Visual Basic |
---|
Public Function BestFit ( _ miles As Double _ ) As Integer |
Visual C++ |
---|
public: int BestFit( double miles ) |
Parameters
- miles
- Type: System..::..Double
The miles.
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Spatial.Tier.Projectors.CartesianTierPlotter.BestFit(System.Double)"]