Package | com.panosalado.model |
Class | public class TilePyramid |
Inheritance | TilePyramid ![]() |
Subclasses | DeepZoomTilePyramid |
Property | Defined by | ||
---|---|---|---|
accurateHeights : Vector | TilePyramid | ||
accurateWidths : Vector | TilePyramid | ||
columns : Vector | TilePyramid | ||
format : String | TilePyramid | ||
height : int | TilePyramid | ||
heights : Vector | TilePyramid | ||
numTiers : int | TilePyramid | ||
numTiles : int | TilePyramid | ||
overlap : int | TilePyramid | ||
path : String | TilePyramid | ||
rows : Vector | TilePyramid | ||
tileSize : int | TilePyramid | ||
width : int | TilePyramid | ||
widths : Vector | TilePyramid |
Method | Defined by | ||
---|---|---|---|
TilePyramid | |||
TilePyramid | |||
disassembleDescriptorURL(path:String):DisassembledDescriptorURL
| TilePyramid | ||
getTileURL(t:uint, c:uint, r:uint):String
| TilePyramid | ||
loadDescriptor(path:String):void
| TilePyramid |
accurateHeights | property |
public var accurateHeights:Vector
accurateWidths | property |
public var accurateWidths:Vector
columns | property |
public var columns:Vector
format | property |
public var format:String
height | property |
public var height:int
heights | property |
public var heights:Vector
numTiers | property |
public var numTiers:int
numTiles | property |
public var numTiles:int
overlap | property |
public var overlap:int
path | property |
public var path:String
rows | property |
public var rows:Vector
tileSize | property |
public var tileSize:int
width | property |
public var width:int
widths | property |
public var widths:Vector
TilePyramid | () | constructor |
public function TilePyramid()
clone | () | method |
public function clone(into:TilePyramid = null):TilePyramid
Parameters
into:TilePyramid (default = null )
|
TilePyramid |
disassembleDescriptorURL | () | method |
public function disassembleDescriptorURL(path:String):DisassembledDescriptorURL
Parameters
path:String |
DisassembledDescriptorURL |
getTileURL | () | method |
public function getTileURL(t:uint, c:uint, r:uint):String
Parameters
t:uint |
|
c:uint |
|
r:uint |
String |
loadDescriptor | () | method |
public function loadDescriptor(path:String):void
Parameters
path:String |