
cts.geospatialRegionQueryOptions( query as cts.geospatialRegionQuery ) as Sequence
Returns the options specified when constructing the input query.
| Parameters | |
|---|---|
| query | A geospatial region path query. | 
cts.geospatialRegionQueryOptions(
  cts.geospatialRegionQuery(
    cts.geospatialRegionPathReference('//item/region'),
    'contains', cts.box(10, 20, 30, 40),
    ["units=km", "tolerance=0.025"])
)
=> A Sequence containing the strings "units=km" and "tolerance=0.025"