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)
Syntaxpublic BoundingBox(
WGS84Point p1,
WGS84Point p2
)
Public Sub New (
p1 As WGS84Point,
p2 As WGS84Point
)
public:
BoundingBox(
WGS84Point^ p1,
WGS84Point^ p2
)
new :
p1 : WGS84Point *
p2 : WGS84Point -> BoundingBox
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