Revision 24190 trunk/extensions/extRasterTools-SE/src/org/gvsig/fmap/raster/layers/RasterDrawStrategy.java

View differences:

RasterDrawStrategy.java
194 194
				li.hasTransparency = false;
195 195
			layersToPaint.put(rLyr, new Boolean(true));			
196 196
		}
197
		
197 198
		mapContextStrategy.put(mapContext, layersToPaint);
198 199
	}
199 200
	
201
		
200 202
	/**
201 203
	 * Obtiene la lista de capas del TOC. Si hay capas agrupadas lo tiene en cuenta y mira
202 204
	 * dentro de la agrupaci?n.
......
204 206
	 * @param destLyrs
205 207
	 * @return
206 208
	 */
207
	private ArrayList getLayerList(FLayers srcLyrs, ArrayList destLyrs) {
209
	public static ArrayList getLayerList(FLayers srcLyrs, ArrayList destLyrs) {
208 210
		for (int i = 0; i < srcLyrs.getLayersCount(); i++) {
209 211
			if(srcLyrs.getLayer(i) instanceof FLyrRasterSE)
210 212
				destLyrs.add(srcLyrs.getLayer(i));

Also available in: Unified diff