metacat/lib/spatial/openlayers/doc/Tile.txt @ 4472
1 |
OpenLayers.Tile |
---|---|
2 |
|
3 |
This is a class designed to designate a single tile, however |
4 |
it is explicitly designed to do relatively little. Tiles store information |
5 |
about themselves -- such as the URL that they are related to, and their |
6 |
size - but do not add themselves to the layer div automatically, for |
7 |
example. |
8 |
|
9 |
* Constructor |
10 |
OpenLayers.Tile({OpenLayers.Layer|layer}, {OpenLayers.Pixel|position}, {OpenLayers.Bounds|bounds}, {String|url}, {OpenLayers.Size|size}) -- Create a new tile, with properties passed. |