Click or drag to resize

BoundingBoxContains Method

Namespace:  VelocityDBExtensions.Geo
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public virtual bool Contains(
	WGS84Point point
)

Parameters

point
Type: VelocityDBExtensions.GeoWGS84Point
WGS84Point for containment check

Return Value

Type: Boolean
true if contained; otherwise false
See Also