|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TileManager | |
---|---|
org.geotools.image.io.mosaic | An image reader implemented as a mosaic of other image readers. |
Uses of TileManager in org.geotools.image.io.mosaic |
---|
Methods in org.geotools.image.io.mosaic that return TileManager | |
---|---|
TileManager[] |
TileManagerFactory.create(java.util.Collection<Tile> tiles)
Creates tile managers from the specified collection of tiles. |
TileManager[] |
TileManagerFactory.create(Tile[] tiles)
Creates tile managers from the specified array of tiles. |
TileManager[] |
TileManagerFactory.createFromObject(java.lang.Object tiles)
Creates tile managers from the specified object, which may be null . |
protected TileManager |
TileManagerFactory.createGeneric(Tile[] tiles)
Creates a single tile manager from the given array of tiles. |
TileManager |
MosaicBuilder.createTileManager()
Creates a tile manager from the informations supplied in above setters. |
TileManager |
MosaicBuilder.createTileManager(java.lang.Object input)
Creates a tile manager from an untiled image. |
TileManager |
MosaicBuilder.createTileManager(java.lang.Object input,
int inputIndex,
TileWritingPolicy policy)
Creates a tile manager from an untiled image. |
TileManager[] |
MosaicImageReader.getInput()
Returns the input, which is a an array of tile managers. |
TileManager[] |
MosaicImageWriter.getOutput()
Returns the output, which is a an array of tile managers. |
Methods in org.geotools.image.io.mosaic with parameters of type TileManager | |
---|---|
protected GridToEnvelopeMapper |
MosaicBuilder.createGridToEnvelopeMapper(TileManager tiles)
Invoked automatically when a "grid to CRS" transform needs to be computed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |