public class 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
tileSizeDimension- the tile size
bboxBoundingBox- the tile bounding box
urlString- the url to bring the image from
Method details
paint
public boolean paint(Graphics g)Paints the tile on the Graphics Object
Parameters
gGraphics- Graphics object to paint on.
Returns
true if painting succeeded.