Package org.geotools.image
Class DrawableBitSet
Object
DrawableBitSet
An analogous of
BitSet
which is explicitly 2 dimensional and allows drawing a shape to quickly turn on a
large area of the map. This class is not thread safe.- Author:
- Andrea Aime - GeoSolutions
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DrawableBitSet
public DrawableBitSet(int width, int height)
-
-
Method Details
-
get
public boolean get(int x, int y) -
set
public void set(int x, int y) -
set
-
set
-
getImage
-