public abstract class Tiler extends Object implements IDisposable
CustomImageGlobeOverlay object.| Modifier | Constructor and Description | 
|---|---|
protected  | 
Tiler()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting
 unmanaged resources. 
 | 
protected void | 
dispose(boolean disposing)  | 
abstract Tile | 
getRootTile()
Gets the root tile of the tree. 
 | 
abstract BaseCollection<Tile> | 
getTiles(Tile parentTile)
Gets the child tiles of  
parentTile. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic final void dispose()
IDisposabledispose in interface IDisposableprotected void dispose(boolean disposing)
public abstract Tile getRootTile()
public abstract BaseCollection<Tile> getTiles(Tile parentTile)
parentTile.parentTile - The Tile whose children will be returned.parentTile.