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
Post a Comment