Click or drag to resize

BoundingBox Constructor (WGS84Point, WGS84Point)

create a bounding box defined by two coordinates

Namespace:  VelocityDBExtensions.Geo
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public BoundingBox(
	WGS84Point p1,
	WGS84Point p2
)

Parameters

p1
Type: VelocityDBExtensions.GeoWGS84Point

[Missing <param name="p1"/> documentation for "M:VelocityDBExtensions.Geo.BoundingBox.#ctor(VelocityDBExtensions.Geo.WGS84Point,VelocityDBExtensions.Geo.WGS84Point)"]

p2
Type: VelocityDBExtensions.GeoWGS84Point

[Missing <param name="p2"/> documentation for "M:VelocityDBExtensions.Geo.BoundingBox.#ctor(VelocityDBExtensions.Geo.WGS84Point,VelocityDBExtensions.Geo.WGS84Point)"]

See Also