Revision 41348 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/layers/vectorial/DisjointGeometryEvaluator.java

View differences:

DisjointGeometryEvaluator.java
87 87
			} else {
88 88
				geom = (Geometry) data.getDataValue(geomName);
89 89
			}
90
                        if ( geom == null ) {
91
                            return Boolean.FALSE;
92
                        }
90 93
			return new Boolean(geometryTrans.disjoint(geom));
91 94

  
92 95
		} catch (Exception e) {

Also available in: Unified diff