public abstract class AbstractViewRequestManager extends java.lang.Object implements IViewRequestManager
| Modifier and Type | Field and Description |
|---|---|
protected GeoreferencingView |
view |
| Constructor and Description |
|---|
AbstractViewRequestManager() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getBackGroundColor()
Obtiene el color de fondo
|
protected java.awt.image.BufferedImage |
getBufferedImage() |
protected java.awt.Graphics2D |
getCleanGraphics() |
java.awt.geom.Rectangle2D |
initRequest(Extent ext)
Calculates bounding box of the view from the maximum extension of the layer or layers
which will be inside.
|
void |
setBackGroundColor(java.awt.Color backGroundColor)
Sets the background color
|
void |
setDrawParams(java.awt.image.BufferedImage img,
java.awt.geom.Rectangle2D extBuf)
Sets parameters to control the zoom of the map
|
void |
setGCPsGraphicLayer(IGraphicLayer gl) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfullExtent, request, requestprotected GeoreferencingView view
public java.awt.Color getBackGroundColor()
public void setBackGroundColor(java.awt.Color backGroundColor)
setBackGroundColor in interface IViewRequestManagerbackGroundColor - protected java.awt.image.BufferedImage getBufferedImage()
protected java.awt.Graphics2D getCleanGraphics()
public java.awt.geom.Rectangle2D initRequest(Extent ext) throws InvalidRequestException
Rectangle2D - InvalidRequestExceptionpublic void setDrawParams(java.awt.image.BufferedImage img,
java.awt.geom.Rectangle2D extBuf)
img - extBuf - public void setGCPsGraphicLayer(IGraphicLayer gl)