|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tile | |
---|---|
org.geotools.image.io.mosaic | An image reader implemented as a mosaic of other image readers. |
Uses of Tile in org.geotools.image.io.mosaic |
---|
Subclasses of Tile in org.geotools.image.io.mosaic | |
---|---|
class |
LargeTile
A tile with larger capacity than the default Tile implementation. |
Methods in org.geotools.image.io.mosaic that return Tile | |
---|---|
Tile |
TileManager.createGlobalTile(javax.imageio.spi.ImageReaderSpi provider,
java.lang.Object input,
int imageIndex)
Creates a tile with a region big enough for containing every tiles. |
Methods in org.geotools.image.io.mosaic that return types with arguments of type Tile | |
---|---|
abstract java.util.Collection<Tile> |
TileManager.getTiles()
Returns all tiles. |
abstract java.util.Collection<Tile> |
TileManager.getTiles(java.awt.Rectangle region,
java.awt.Dimension subsampling,
boolean subsamplingChangeAllowed)
Returns every tiles that intersect the given region. |
Methods in org.geotools.image.io.mosaic with parameters of type Tile | |
---|---|
int |
Tile.compareTo(Tile other)
Compares two tiles for optimal order in sequential reads. |
protected void |
MosaicController.configure(Tile tile,
javax.imageio.IIOParam parameters)
Automatically invoked by MosaicImageReader or MosaicImageWriter when a tile
is about to be read or written. |
TileManager[] |
TileManagerFactory.create(Tile[] tiles)
Creates tile managers from the specified array of tiles. |
protected TileManager |
TileManagerFactory.createGeneric(Tile[] tiles)
Creates a single tile manager from the given array of tiles. |
protected void |
MosaicImageWriter.onTileWrite(Tile tile,
javax.imageio.ImageWriteParam parameters)
Invoked automatically when a tile is about to be written. |
protected void |
MosaicBuilder.onTileWrite(Tile tile,
javax.imageio.ImageWriteParam parameters)
Invoked automatically when a tile is about to be written. |
Method parameters in org.geotools.image.io.mosaic with type arguments of type Tile | |
---|---|
TileManager[] |
TileManagerFactory.create(java.util.Collection<Tile> tiles)
Creates tile managers from the specified collection of tiles. |
static void |
Tile.writeTable(java.util.Collection<Tile> tiles,
java.io.Writer out,
int maximum)
Formats a collection of tiles in a table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |