FilterGeoWithinRegion Method (String, IndexCollectionType, String, CTX)

Aerospike
Create geospatial "within region" filter for query on collection index.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.3.2.0 (5.3.2)
Syntax

C#
public static Filter GeoWithinRegion(
	string name,
	IndexCollectionType type,
	string region,
	params CTX[] ctx
)

Parameters

name
Type: SystemString
bin name
type
Type: Aerospike.ClientIndexCollectionType
index collection type
region
Type: SystemString
GeoJSON region
ctx
Type: Aerospike.ClientCTX
optional context for elements within a CDT

Return Value

Type: Filter
See Also

Reference