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/OutGeometryEvaluator.java

View differences:

OutGeometryEvaluator.java
82 82
			} else {
83 83
				geom = (Geometry) data.getDataValue(geomName);
84 84
			}
85
                        if ( geom == null ) {
86
                            return Boolean.FALSE;
87
                        }
85 88
			return new Boolean(!geometryTrans.contains(geom) && !geometryTrans.intersects(geom));
86 89

  
87 90
		} catch (Exception e) {

Also available in: Unified diff