
cts.geospatialRegionQueryReference( query as cts.geospatialRegionQuery ) as Sequence
Returns the geospatial region path index reference(s) specified when constructing the input query.
| Parameters | |
|---|---|
| query | A geospatial region path query. | 
cts.geospatialRegionQueryReference(
  cts.geospatialRegionQuery(
    cts.geospatialRegionPathReference('//item/region'),
    'contains', cts.box(10, 20, 30, 40))
);
=> A region path index reference of the following form:
  cts.geospatialRegionPathReference(
    "//item/region",("coordinate-system=wgs84/double"))