|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleRaster | |
---|---|
org.deegree.coverage.raster | Provides for simple and complex raster (grid coverages). |
org.deegree.coverage.raster.cache | |
org.deegree.coverage.raster.utils | |
org.deegree.protocol.wms.client |
Uses of SimpleRaster in org.deegree.coverage.raster |
---|
Methods in org.deegree.coverage.raster that return SimpleRaster | |
---|---|
SimpleRaster |
SimpleRaster.copy()
|
SimpleRaster |
SimpleRaster.createCompatibleSimpleRaster()
Creates a new empty writable SimpleRaster with same size, DataType and InterleaveType. |
SimpleRaster |
SimpleRaster.createCompatibleSimpleRaster(BandType[] bands)
Creates a SimpleRaster with same size, DataType and InterleaveType |
SimpleRaster |
SimpleRaster.createCompatibleSimpleRaster(RasterGeoReference rEnv,
Envelope env)
Creates a new empty SimpleRaster with same DataType and InterleaveType. |
SimpleRaster |
SimpleRaster.getAsSimpleRaster()
|
SimpleRaster |
MultiRangedRaster.getAsSimpleRaster()
|
SimpleRaster |
TiledRaster.getAsSimpleRaster()
|
abstract SimpleRaster |
AbstractRaster.getAsSimpleRaster()
Returns the AbstractRaster as a SimpleRaster. |
SimpleRaster |
SimpleRaster.getBand(int band)
Returns a single band of the raster. |
SimpleRaster |
SimpleRaster.getSubRaster(double x,
double y,
double x2,
double y2)
|
SimpleRaster |
SimpleRaster.getSubRaster(Envelope envelope)
|
SimpleRaster |
SimpleRaster.getSubRaster(Envelope envelope,
BandType[] bands)
|
Uses of SimpleRaster in org.deegree.coverage.raster.cache |
---|
Methods in org.deegree.coverage.raster.cache that return SimpleRaster | |
---|---|
SimpleRaster |
RasterCache.createFromCache(RasterReader reader,
String rasterId)
Tries to find the file with given id from the current cache directory and instantiates a cachedraster for it. |
Uses of SimpleRaster in org.deegree.coverage.raster.utils |
---|
Methods in org.deegree.coverage.raster.utils that return SimpleRaster | |
---|---|
static SimpleRaster |
RasterFactory.createEmptyRaster(RasterDataInfo rdi,
Envelope worldEnvelope,
RasterGeoReference rasterGeoReference)
Creates a new Raster data object from the given world envelope, a raster reference and the data info object (holding information about type, size etc...). |
static SimpleRaster |
RasterFactory.createEmptyRaster(RasterDataInfo rdi,
Envelope worldEnvelope,
RasterGeoReference rasterGeoReference,
RasterReader reader,
boolean addToCache,
RasterIOOptions options)
Creates a new Raster data object from the given world envelope, a raster reference and the data info object (holding information about type, size etc...). |
Uses of SimpleRaster in org.deegree.protocol.wms.client |
---|
Methods in org.deegree.protocol.wms.client that return types with arguments of type SimpleRaster | |
---|---|
Pair<SimpleRaster,String> |
WMSClient111.getMapAsSimpleRaster(List<String> layers,
int width,
int height,
Envelope bbox,
CRS srs,
String format,
boolean transparent,
boolean errorsInImage,
int timeout,
boolean validate,
List<String> validationErrors)
|
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |