|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TileContainer
This interface wraps tiles and abstracts from the source of the tiles. Some possible sources are in memory list of AbstractRasters, a shape file with a tile index, or a database with tile information.
Method Summary | |
---|---|
Envelope |
getEnvelope()
Returns the envelope of all tiles in this container. |
RasterDataInfo |
getRasterDataInfo()
Return the first tile of this container. |
RasterGeoReference |
getRasterReference()
Returns the RasterReference of all tiles in this container. |
ResolutionInfo |
getResolutionInfo()
|
List<AbstractRaster> |
getTiles(Envelope env)
Returns all tiles that intersects the envelope. |
Method Detail |
---|
List<AbstractRaster> getTiles(Envelope env)
env
- return List with tiles
List
with all intersecting tiles.Envelope getEnvelope()
RasterGeoReference getRasterReference()
RasterDataInfo getRasterDataInfo()
ResolutionInfo getResolutionInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |