Click or drag to resize

BoundingBoxContains Method

Namespace:  VelocityDBExtensions.Geo
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
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