public class MemoryTileMatrixBuffer
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
MemoryTileMatrixBuffer.Position |
Constructor and Description |
---|
MemoryTileMatrixBuffer(java.util.List<Tile> tileList)
Constructor using an ArrayList of tiles.
|
MemoryTileMatrixBuffer(Tile[] tileList)
Constructor using an array of tiles.
|
Modifier and Type | Method and Description |
---|---|
Buffer |
getWindow(Extent requestExtent,
int w,
int h,
int bandCount)
Gets a window from tiles
|
Buffer |
getWindow(java.awt.geom.Rectangle2D r,
int w,
int h,
int bandCount)
Gets a window from tiles
|
public MemoryTileMatrixBuffer(Tile[] tileList)
tileList
- public MemoryTileMatrixBuffer(java.util.List<Tile> tileList)
tileList
- public Buffer getWindow(java.awt.geom.Rectangle2D r, int w, int h, int bandCount)
ext
- buf
-