cts.geospatialRegionQueryRegion( query as cts.geospatialRegionQuery ) as Sequence
Returns the region criteria specified when constructing the input query.
Parameters | |
---|---|
query | A geospatial region path query. |
cts.geospatialRegionQueryRegion( cts.geospatialRegionQuery( cts.geospatialRegionPathReference('//item/region'), 'contains', cts.box(10, 20, 30, 40)) ) => cts.box("[10, 20, 30, 40]")