| API Documentation | All Packages | All Classes | Index | Frames | ![]() |
| Class VirtualEarthDescriptor | Properties | Methods | |
| Package | org.openzoom.flash.descriptors.virtualearth |
| Class | public final class VirtualEarthDescriptor |
| Inheritance | VirtualEarthDescriptor org.openzoom.flash.descriptors.ImagePyramidDescriptorBase |
| Implements | IImagePyramidDescriptor |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| VirtualEarthDescriptor | ||
|
Returns a copy of this object.
| VirtualEarthDescriptor | ||
|
getLevelForSize(width:Number, height:Number):IImagePyramidLevel
Returns the minimum pyramid level that has a greater or equal size
than specified by the arguments width and height.
| VirtualEarthDescriptor | ||
|
getTileURL(level:int, column:int, row:int):String
Returns the URL of the tile specified by its level, column and row.
| VirtualEarthDescriptor | ||
|
toString():String
| VirtualEarthDescriptor | ||
| VirtualEarthDescriptor | () | constructor |
public function VirtualEarthDescriptor()Constructor.
| clone | () | method |
public function clone():IImagePyramidDescriptorReturns a copy of this object.
ReturnsIImagePyramidDescriptor |
| getLevelForSize | () | method |
public function getLevelForSize(width:Number, height:Number):IImagePyramidLevelReturns the minimum pyramid level that has a greater or equal size than specified by the arguments width and height.
Parameterswidth:Number |
|
height:Number |
IImagePyramidLevel |
| getTileURL | () | method |
public function getTileURL(level:int, column:int, row:int):StringReturns the URL of the tile specified by its level, column and row.
Parameterslevel:int |
|
column:int |
|
row:int |
String |
| toString | () | method |
public override function toString():StringReturns
String |