public class ProxyHttpTile

  1. Object
  2. Tile
  3. ProxyHttpTile
This Tile brings the tile image from a given http url.

Constructors

public ProxyHttpTile(Dimension tileSize, BoundingBox bbox, String url)Creates an Http Tile

Methods

public boolean paint(Graphics g)Paints the tile on the Graphics Object

Inherited methods

Constructor details

ProxyHttpTile

public ProxyHttpTile(Dimension tileSize, BoundingBox bbox, String url)
Creates an Http Tile

Parameters

tileSize Dimension
the tile size
bbox BoundingBox
the tile bounding box
url String
the url to bring the image from

Method details

paint

public boolean paint(Graphics g)
Paints the tile on the Graphics Object

Parameters

g Graphics
Graphics object to paint on.

Returns

true if painting succeeded.