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 - How can I echo out this array? -

javascript - IE11 incompatibility with jQuery's 'readonly'? -