|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.model.AbstractRasterSet
com.partnersoft.maps.model.TiledRasterSet
public class TiledRasterSet
A set of raster map images, separated into several levels of detail, each representing a regular tiling of the map area.
Copyright 2005-2008 Partner Software, Inc.
| Constructor Summary | |
|---|---|
TiledRasterSet(VfsDirectory directory)
|
|
| Method Summary | |
|---|---|
void |
clearCaches()
|
void |
flushCaches()
|
java.lang.String |
getCacheUsageSummary()
Returns a text summary of cache population and byte sizes. |
java.lang.String |
getName()
|
RasterImage[] |
imagesInside(MapViewFrame frame)
This returns the raster image data necessary to render a given area at the given scale. |
boolean |
isVisible()
|
static int |
packTileCoordinate(int x,
int y)
|
void |
setVisible(boolean tizit)
|
static int[] |
unpackTileCoordinate(int packedCoord)
Unpacks a tile coordinate into an int array. |
| Methods inherited from class com.partnersoft.maps.model.AbstractRasterSet |
|---|
addChangeListener, fireChanged, removeChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TiledRasterSet(VfsDirectory directory)
| Method Detail |
|---|
public java.lang.String getName()
public RasterImage[] imagesInside(MapViewFrame frame)
public void flushCaches()
public void clearCaches()
public boolean isVisible()
public void setVisible(boolean tizit)
public static int packTileCoordinate(int x,
int y)
public static int[] unpackTileCoordinate(int packedCoord)
public java.lang.String getCacheUsageSummary()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||