Query a Tile Service

521
2
11-08-2021 09:10 PM
DeanHowell1
Occasional Contributor III

Hello we have an image layer that has been published to our enterprise portal and I want to be able to query the tiles that are found for a certain extent but can't figure out how to do it.

This is the URL to the published service but 

https://portal.spatial.nsw.gov.au/tileservicesGDA2020/rest/services/public/NSW_Imagery_GDA2020/MapSe...

Using the following I can get the tile at 0,0,0

https://portal.spatial.nsw.gov.au/tileservicesGDA2020/rest/services/public/NSW_Imagery_GDA2020/MapSe...

But I want to be able to use a query type approach to pass in an extent and for a number of tiles to be returned.

Any help would be greatly appreciated.

 

Tags (2)
0 Kudos
2 Replies
ABishop
MVP Regular Contributor

Hello Dean

Could you possibly draw your extent as a polygon feature class and then perform a selection by location on your image layer based on the polygon feature class?

Amanda Bishop, GISP
DeanHowell1
Occasional Contributor III

Thanks Amanda, that is what I want to do but from the REST endpoint but just can't get the syntax right 🙂

0 Kudos