Introduce WFS HTTP handler
[gpl/argeo-suite.git] / org.argeo.app.geo / src / org / argeo / app / geo / CqlUtils.java
index 8d6c138f4591ebed9156f9559dce5254cb8a230c..f4413ad054debb681ec871a762de37f062547261 100644 (file)
@@ -12,10 +12,9 @@ import org.opengis.filter.PropertyIsEqualTo;
 import org.opengis.filter.expression.Literal;
 import org.opengis.filter.expression.PropertyName;
 
+/** Utilities around the CQL query format. */
 public class CqlUtils {
 
-       public final static String CQL_FILTER = "cql_filter";
-
        public static void filter(BasicSearch search, String cql) {
                try {
                        filter(search, CQL.toFilter(cql));