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, setMapContextpublic boolean canAdd(FLayer layer)
ComposedLayercanAdd in class ComposedLayerpublic void doAdd(FLayer layer) throws Exception
ComposedLayerdoAdd in class ComposedLayerExceptionComposedLayer.add(FLayer),
ComposedLayer.canAdd(FLayer)protected void doDraw(BufferedImage image, Graphics2D g, ViewPort viewPort, Cancellable cancel, double scale) throws ReadException
ComposedLayerdoDraw in class ComposedLayerReadExceptionComposedLayer.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
ComposedLayerdoPrint in class ComposedLayerReadExceptionorg.gvsig.fmap.mapcontext.layers.operations.ComposedLayer#print(Graphics2D, ViewPort, Cancellable, double),
org.gvsig.fmap.mapcontext.layers.FLayer#print(Graphics2D, ViewPort, Cancellable, double)