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: 8.2.1.0 (8.2.1)
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