Issue synchronize sat getImages with paint and dispose to avoid errors when disposing while mosaicing.

Former-commit-id: 84055039ccd601f4be4546f97cde99faf33b7818
This commit is contained in:
Ben Steffensmeier 2012-07-18 17:52:58 -05:00
parent 0ecf2f92c1
commit 144dd7bab9

View file

@ -299,7 +299,7 @@ public class SatFileBasedTileSet extends FileBasedTileSet {
} }
public List<DrawableImage> getImages(IGraphicsTarget target, public synchronized List<DrawableImage> getImages(IGraphicsTarget target,
PaintProperties paintProps) throws VizException { PaintProperties paintProps) throws VizException {
return do2D(target, paintProps); return do2D(target, paintProps);
} }