Approximates a box centered at the given point with the given width and height in miles.

Namespace: Lucene.Net.Spatial.Geometry.Shape
Assembly: Lucene.Net.Contrib.Spatial (in Lucene.Net.Contrib.Spatial.dll) Version: 2.9.1.2 (2.9.1.002)

Syntax

C#
public static LLRect CreateBox(
	LatLng center,
	double widthMi,
	double heightMi
)
Visual Basic
Public Shared Function CreateBox ( _
	center As LatLng, _
	widthMi As Double, _
	heightMi As Double _
) As LLRect
Visual C++
public:
static LLRect^ CreateBox(
	LatLng^ center, 
	double widthMi, 
	double heightMi
)

Parameters

center
Type: Lucene.Net.Spatial.Geometry..::..LatLng
The center.
widthMi
Type: System..::..Double
The width mi.
heightMi
Type: System..::..Double
The height mi.

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Spatial.Geometry.Shape.LLRect.CreateBox(Lucene.Net.Spatial.Geometry.LatLng,System.Double,System.Double)"]

See Also