Uses of Class
org.geotools.image.io.mosaic.TileLayout

Packages that use TileLayout
org.geotools.image.io.mosaic An image reader implemented as a mosaic of other image readers. 
 

Uses of TileLayout in org.geotools.image.io.mosaic
 

Methods in org.geotools.image.io.mosaic that return TileLayout
 TileLayout MosaicBuilder.getTileLayout()
          Returns the tile layout.
static TileLayout TileLayout.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TileLayout[] TileLayout.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.geotools.image.io.mosaic with parameters of type TileLayout
 void MosaicBuilder.setTileLayout(TileLayout layout)
          Sets the tile layout to the specified value.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.