Revision 4711 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/FNullGeometry.java

View differences:

FNullGeometry.java
165 165

  
166 166

  
167 167
	public void transform(AffineTransform at) {
168
		
168

  
169 169
	}
170

  
171
	public boolean contains(IGeometry g) {
172
		return false;
173
	}
174

  
175
	public boolean intersects(IGeometry geom) {
176
		return false;
177
	}
170 178
}

Also available in: Unified diff