Revision 5226 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/SpatialCache.java

View differences:

SpatialCache.java
25 25
	 * @param r
26 26
	 * @param igeometry
27 27
	 */
28
	public void insert(Rectangle2D bounds, IGeometry geom) {
28
	public synchronized void insert(Rectangle2D bounds, IGeometry geom) {
29 29
		Envelope env = FConverter.convertRectangle2DtoEnvelope(bounds);
30 30
		this.insert(env, geom);
31 31
	}

Also available in: Unified diff