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

View differences:

CrossEnvelopeEvaluator.java
86 86
		return "contains in envelope";
87 87
	}
88 88

  
89
	public String getCQL() {
89
	public String getSQL() {
90 90
		if (envelopeWKT == null) {
91 91
			try {
92 92
				envelopeWKT = (String) envelope.getGeometry().invokeOperation(

Also available in: Unified diff