Revision 33053 branches/v2_0_0_prep/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/layers/vectorial/OutGeometryEvaluator.java

View differences:

OutGeometryEvaluator.java
68 68
		return "out of geometry";
69 69
	}
70 70

  
71
	public String getCQL() {
71
	public String getSQL() {
72 72
		return " not contains(GeomFromText('" + geometry.toString() + "', " + "'"
73 73
				+ srs + "'" + "), " + geomName + ") ";
74 74
	}

Also available in: Unified diff