GeServer CQL query using Java

I have two layers of a shape file (the shape file contains geographic information of a specific area) in GeoServer, I can filter a specific location like california with this CQL query:

(INTERSECTS(col1,querySingle('layerName','col1','filterParam=value'))) 

      

in the GeoServer user interface. I want to do the same using Java / REST API. Any help / suggestion would be much appreciated.

+3
java rest geoserver


source to share


No one has answered this question yet

Check out similar questions:

6170
Is Java "pass-by-reference" or "pass-by-value"?
3799
How do I read / convert an InputStream to a string in Java?
3324
How to generate random integers in a specific range in Java?
3073
How to efficiently iterate over each entry in a Java map?
3044
Making a memory leak with Java
2956
What is the difference between public, secure, batch and private in Java?
2936
When to use LinkedList over ArrayList in Java?
2853
How can I convert String to int in Java?
2248
Is a finally block always executable in Java?
2171
How to determine if an array contains a specific value in Java?



All Articles
Loading...
X
Show
Funny
Dev
Pics