Method Summary |
|
public void | addRenderListener(IRenderListener listener) Adds a listener to the RenderCoordinator. |
public T | getImage(Class<T> imageTypeToReturn) Returns the rendered image. |
public boolean | isRendering() This method is inherently thread un-safe. |
public void | removeRenderListener(IRenderListener listener) Removes a listener from the RenderCoordinator. |
public void | render(Rectangle screen) Requests that the area indicated by the rectangle on the screen be rendered for all layers. |
public void | render(ReferencedEnvelope envelope) Requests that the area indicated by the envelope be rendered for all layers. |
public void | render() Requests that the entire viewport and all of the layers be rendered. |
public void | render(Rectangle screen, List<ILayer> layers) Requests that the area indicated by the rectangle on the screen be rendered for layers the indicated layers. |
public void | render(ReferencedEnvelope envelope, List<ILayer> layers) Requests that the area indicated by the rectangle on the screen be rendered for layers the indicated layers. |
public void | render(List<ILayer> layers) Requests that the entire viewport be rendered for the indicated layers only. |