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

View differences:

ContainsGeometryEvaluator.java
73 73
		return "contains with geometry";
74 74
	}
75 75

  
76
	public String getCQL() {
76
	public String getSQL() {
77 77
		if (geometryWKT == null) {
78 78
			try {
79 79
				geometryWKT = (String) geometry.invokeOperation(ToWKT.CODE,

Also available in: Unified diff