rest - Geoserver CQL query using Java -


i have 2 layers of shape file(shape file contains geographical information of particular area) in geoserver, able filter specific place california using cql query:

(intersects(col1,querysingle('layername','col1','filterparam=value')))  

on geoserver ui. want same using java/rest api. help/suggestion highly appreciated.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -