33 |
import org.geotools.map.MapContext; |
import org.geotools.map.MapContext; |
34 |
import org.geotools.map.MapLayer; |
import org.geotools.map.MapLayer; |
35 |
import org.geotools.map.event.MapLayerListListener; |
import org.geotools.map.event.MapLayerListListener; |
|
import org.geotools.map.event.MapLayerListener; |
|
36 |
|
|
37 |
import skrueger.AttributeMetadata; |
import skrueger.AttributeMetadata; |
38 |
import skrueger.RasterLegendData; |
import skrueger.RasterLegendData; |
66 |
*/ |
*/ |
67 |
boolean insertStyledLayer (StyledLayerInterface<?> styledLayer, int mapContextIdx); |
boolean insertStyledLayer (StyledLayerInterface<?> styledLayer, int mapContextIdx); |
68 |
|
|
69 |
/** Add {@link MapLayerListener} */ |
/** Add {@link MapLayerListListener} */ |
70 |
void addMapLayerListListener( MapLayerListListener listener); |
void addMapLayerListListener( MapLayerListListener listener); |
71 |
|
|
72 |
/** Remove {@link MapLayerListener} */ |
/** Remove {@link MapLayerListListener} */ |
73 |
void removeMapLayerListListener( MapLayerListListener listener); |
void removeMapLayerListListener( MapLayerListListener listener); |
74 |
|
|
75 |
/** |
/** |