public class ComposedLayerWMS extends ComposedLayer
org.gvsig.wms.fmap.layers.FLyrWMS#isComposedLayerCompatible(com.iver.cit.gvsig.fmap.layers.FLayer)
com.iver.cit.gvsig.fmap.layers.layerOperations.ComposedLayer
,
org.gvsig.wms.fmap.layers.FLyrWMS
Constructor and Description |
---|
ComposedLayerWMS() |
Modifier and Type | Method and Description |
---|---|
boolean |
canAdd(FLayer layer)
Checks if the layer can be added to this group
|
void |
doAdd(FLayer layer)
Adds the layer to the draw group.
|
protected void |
doDraw(BufferedImage image,
Graphics2D g,
ViewPort viewPort,
Cancellable cancel,
double scale)
Draws all the group in one pass.
|
protected void |
doPrint(Graphics2D g,
ViewPort viewPort,
Cancellable cancel,
double scale,
PrintAttributes properties)
Prints all the group in one pass.
|
add, draw, print, setMapContext
public boolean canAdd(FLayer layer)
ComposedLayer
canAdd
in class ComposedLayer
public void doAdd(FLayer layer) throws Exception
ComposedLayer
doAdd
in class ComposedLayer
Exception
ComposedLayer.add(FLayer)
,
ComposedLayer.canAdd(FLayer)
protected void doDraw(BufferedImage image, Graphics2D g, ViewPort viewPort, Cancellable cancel, double scale) throws ReadException
ComposedLayer
doDraw
in class ComposedLayer
ReadException
ComposedLayer.draw(BufferedImage, Graphics2D, ViewPort, Cancellable, double)
,
FLayer.draw(BufferedImage, Graphics2D, ViewPort, Cancellable, double)
protected void doPrint(Graphics2D g, ViewPort viewPort, Cancellable cancel, double scale, PrintAttributes properties) throws ReadException
ComposedLayer
doPrint
in class ComposedLayer
ReadException
org.gvsig.fmap.mapcontext.layers.operations.ComposedLayer#print(Graphics2D, ViewPort, Cancellable, double)
,
org.gvsig.fmap.mapcontext.layers.FLayer#print(Graphics2D, ViewPort, Cancellable, double)