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

View differences:

ContainsEnvelopeEvaluator.java
67 67
		return "contains in envelope";
68 68
	}
69 69

  
70
	public String getCQL() {
70
	public String getSQL() {
71 71
		if (envelopeWKT == null) {
72 72
			try {
73 73
				envelopeWKT = (String) envelope.getGeometry().invokeOperation(

Also available in: Unified diff