|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RasterGeoReference | |
---|---|
org.deegree.coverage.raster | Provides for simple and complex raster (grid coverages). |
org.deegree.coverage.raster.cache | |
org.deegree.coverage.raster.container | |
org.deegree.coverage.raster.data | This package contains the pixel-level raster parts. |
org.deegree.coverage.raster.geom | |
org.deegree.coverage.raster.io | Defines the io operations for reading and writing rasters (not the data). |
org.deegree.coverage.raster.io.asc | |
org.deegree.coverage.raster.io.grid | |
org.deegree.coverage.raster.io.imageio | This package contains ImageIO based raster reader and writer. |
org.deegree.coverage.raster.io.jai | This package contains JAI based raster reader and writer. |
org.deegree.coverage.raster.io.xyz | |
org.deegree.coverage.raster.utils | |
org.deegree.protocol.wms.raster | |
org.deegree.rendering.r3d.opengl.rendering.dem.texturing | |
org.deegree.tools.coverage.gridifier.index |
Uses of RasterGeoReference in org.deegree.coverage.raster |
---|
Methods in org.deegree.coverage.raster that return RasterGeoReference | |
---|---|
RasterGeoReference |
SampleResolution.createGeoReference(RasterGeoReference.OriginLocation location,
Envelope envelope)
Create a raster reference for the given envelope from this resolution. |
RasterGeoReference |
AbstractRaster.getRasterReference()
|
RasterGeoReference |
TiledRaster.getRasterReference()
|
Methods in org.deegree.coverage.raster with parameters of type RasterGeoReference | |
---|---|
SimpleRaster |
SimpleRaster.createCompatibleSimpleRaster(RasterGeoReference rEnv,
Envelope env)
Creates a new empty SimpleRaster with same DataType and InterleaveType. |
protected void |
AbstractRaster.extendRasterReference(RasterGeoReference rasterReference)
Extends current RasterReference with rasterReference. |
Constructors in org.deegree.coverage.raster with parameters of type RasterGeoReference | |
---|---|
AbstractRaster(Envelope envelope,
RasterGeoReference rasterReference)
Instantiate an AbstractRaster with given envelope and raster envelope. |
|
SimpleRaster(Envelope envelope,
RasterGeoReference rasterReference)
Create a SimpleRaster with no raster data but with an envelope and raster envelope. |
|
SimpleRaster(RasterData raster,
Envelope envelope,
RasterGeoReference rasterReference)
Creates a new SimpleRaster with given RasterData and Envelope |
Uses of RasterGeoReference in org.deegree.coverage.raster.cache |
---|
Methods in org.deegree.coverage.raster.cache that return RasterGeoReference | |
---|---|
RasterGeoReference |
CacheRasterReader.getGeoReference()
|
Constructors in org.deegree.coverage.raster.cache with parameters of type RasterGeoReference | |
---|---|
CacheInfoFile(RasterGeoReference geoRef,
int rows,
int columns,
int tileRasterWidth,
int tileRasterHeight,
RasterDataInfo rdi,
int width,
int height,
boolean[][] tilesOnFile,
long modificationTime)
|
|
CacheRasterReader(ByteBuffer filledBuffer,
int width,
int height,
File cacheFile,
boolean shouldCreateCachefile,
RasterDataInfo dataInfo,
RasterGeoReference geoReference,
RasterCache cache)
Create a cached raster from the given bytebuffer. |
Uses of RasterGeoReference in org.deegree.coverage.raster.container |
---|
Methods in org.deegree.coverage.raster.container that return RasterGeoReference | |
---|---|
RasterGeoReference |
GriddedTileContainer.getRasterReference()
|
RasterGeoReference |
DiskBasedTileContainer.getRasterReference()
|
RasterGeoReference |
IndexedMemoryTileContainer.getRasterReference()
|
RasterGeoReference |
TileContainer.getRasterReference()
Returns the RasterReference of all tiles in this container. |
RasterGeoReference |
MemoryTileContainer.getRasterReference()
|
Constructors in org.deegree.coverage.raster.container with parameters of type RasterGeoReference | |
---|---|
IndexedMemoryTileContainer(Envelope domain,
RasterGeoReference rasterReference,
int objectsInLeaf)
Uses a QTree as a spatial index. |
|
MemoryTileContainer(RasterGeoReference geoRasterRef,
Envelope envelope)
Creates a MemoryTileContainer with no tiles. |
|
MemoryTileContainer(RasterGeoReference geoRasterRef,
Envelope envelope,
RasterDataInfo rasterDataInfo)
|
Uses of RasterGeoReference in org.deegree.coverage.raster.data |
---|
Methods in org.deegree.coverage.raster.data with parameters of type RasterGeoReference | |
---|---|
static ByteBufferRasterData |
RasterDataFactory.createRasterData(int width,
int height,
BandType[] bands,
DataType dataType,
InterleaveType interleaveType,
RasterGeoReference geoRef,
ByteBuffer byteBuffer,
boolean createCacheFile,
String cacheId)
Creates a RasterData object object with given size, number of bands, data type and interleaving filled with the given ByteArray. |
static ByteBufferRasterData |
RasterDataFactory.createRasterData(int width,
int height,
RasterDataInfo rdi,
RasterGeoReference geoRef,
ByteBuffer byteBuffer,
boolean createCacheFile,
String cacheId)
Creates a RasterData object object with given size, number of bands, data type and interleaving filled with the given ByteArray. |
static ByteBufferRasterData |
RasterDataFactory.createRasterData(int width,
int height,
RasterDataInfo rdi,
RasterGeoReference geoRef,
ByteBuffer byteBuffer,
boolean createCacheFile,
String cacheId,
RasterIOOptions options)
Creates a RasterData object object with given size, number of bands, data type and interleaving filled with the given ByteArray. |
static ByteBufferRasterData |
RasterDataFactory.createRasterData(RasterRect view,
RasterDataInfo rdi,
RasterGeoReference geoRef,
ByteBuffer byteBuffer,
boolean createCacheFile,
String cacheId,
RasterIOOptions options)
Creates a RasterData object object with given size, number of bands, data type and interleaving filled with the given ByteArray. |
Uses of RasterGeoReference in org.deegree.coverage.raster.geom |
---|
Methods in org.deegree.coverage.raster.geom that return RasterGeoReference | |
---|---|
static RasterGeoReference |
RasterGeoReference.create(RasterGeoReference.OriginLocation location,
Envelope envelope,
double resolution0,
double resolution1)
Create a raster reference which has it's origin at the min[0] and max[1] of the given Envelope. |
static RasterGeoReference |
RasterGeoReference.create(RasterGeoReference.OriginLocation location,
Envelope envelope,
int width,
int height)
Create a raster reference which has it's origin at the min[0] and max[1] of the given Envelope. |
RasterGeoReference |
RasterGeoReference.createRelocatedReference(Envelope envelope)
Returns new RasterGeoReference with the origin set to the min[0],max[1] of the envelope but other values are taken from this instance. |
RasterGeoReference |
RasterGeoReference.createRelocatedReference(RasterGeoReference.OriginLocation targetLocation)
Returns new RasterGeoReference with the origin set to the given target location. |
RasterGeoReference |
RasterGeoReference.createRelocatedReference(RasterGeoReference.OriginLocation targetLocation,
Envelope envelope)
Returns new RasterGeoReference with the origin set to the min[0],max[1] of the envelope and the OriginLocation to the given one. |
static RasterGeoReference |
RasterGeoReference.merger(RasterGeoReference geoRef1,
RasterGeoReference geoRef2)
Merge two Raster references. |
Methods in org.deegree.coverage.raster.geom with parameters of type RasterGeoReference | |
---|---|
static RasterGeoReference |
RasterGeoReference.merger(RasterGeoReference geoRef1,
RasterGeoReference geoRef2)
Merge two Raster references. |
Uses of RasterGeoReference in org.deegree.coverage.raster.io |
---|
Methods in org.deegree.coverage.raster.io that return RasterGeoReference | |
---|---|
RasterGeoReference |
RasterReader.getGeoReference()
|
RasterGeoReference |
RasterIOOptions.getRasterGeoReference()
|
static RasterGeoReference |
WorldFileAccess.readWorldFile(File filename,
RasterIOOptions options)
|
static RasterGeoReference |
WorldFileAccess.readWorldFile(InputStream stream,
RasterIOOptions options)
|
static RasterGeoReference |
WorldFileAccess.readWorldFile(Reader reader,
RasterIOOptions options)
|
Methods in org.deegree.coverage.raster.io with parameters of type RasterGeoReference | |
---|---|
static RasterIOOptions |
RasterIOOptions.forFile(File file,
RasterGeoReference envelope)
Return a RasterIOOption object with the format set according to the given file with an optional RasterGeoReference . |
void |
RasterIOOptions.setRasterGeoReference(RasterGeoReference geoRef)
|
static void |
WorldFileAccess.writeWorldFile(RasterGeoReference renv,
File file)
writes a RasterReference into a world file (with .wld extension). |
static void |
WorldFileAccess.writeWorldFile(RasterGeoReference renv,
File file,
String extension)
writes a RasterReference into a world file. |
static void |
WorldFileAccess.writeWorldFile(RasterGeoReference renv,
PrintWriter writer)
writes a RasterReference into a world file. |
Constructors in org.deegree.coverage.raster.io with parameters of type RasterGeoReference | |
---|---|
RasterIOOptions(RasterGeoReference reference)
Use this constructor if you read your raster reference some place else, or if you are reading from a stream. |
|
RasterIOOptions(RasterGeoReference ref,
String format)
Set the default loading policy to one configured in the RasterDataContainerFactory |
Uses of RasterGeoReference in org.deegree.coverage.raster.io.asc |
---|
Methods in org.deegree.coverage.raster.io.asc that return RasterGeoReference | |
---|---|
RasterGeoReference |
ASCReader.getGeoReference()
|
Uses of RasterGeoReference in org.deegree.coverage.raster.io.grid |
---|
Methods in org.deegree.coverage.raster.io.grid that return RasterGeoReference | |
---|---|
RasterGeoReference |
TileOffsetReader.getGeoReference()
|
RasterGeoReference |
GridMetaInfoFile.getGeoReference()
|
RasterGeoReference |
GridReader.getGeoReference()
|
Constructors in org.deegree.coverage.raster.io.grid with parameters of type RasterGeoReference | |
---|---|
GridMetaInfoFile(RasterGeoReference geoReference,
int rows,
int columns,
int tileRasterWidth,
int tileRasterHeight,
int bands,
DataType dataType)
|
|
GridMetaInfoFile(RasterGeoReference geoReference,
int rows,
int columns,
int tileRasterWidth,
int tileRasterHeight,
RasterDataInfo dataInfo)
|
|
GridWriter(int targetColumns,
int targetRows,
Envelope rasterEnvelope,
RasterGeoReference geoRef,
File gridFile,
RasterDataInfo dataInfo)
Create a gridfile writer with the given parameters. |
Uses of RasterGeoReference in org.deegree.coverage.raster.io.imageio |
---|
Methods in org.deegree.coverage.raster.io.imageio that return RasterGeoReference | |
---|---|
RasterGeoReference |
IIORasterReader.getGeoReference()
|
RasterGeoReference |
MetaDataReader.getRasterReference()
|
Uses of RasterGeoReference in org.deegree.coverage.raster.io.jai |
---|
Methods in org.deegree.coverage.raster.io.jai that return RasterGeoReference | |
---|---|
RasterGeoReference |
JAIRasterReader.getGeoReference()
|
Uses of RasterGeoReference in org.deegree.coverage.raster.io.xyz |
---|
Methods in org.deegree.coverage.raster.io.xyz that return RasterGeoReference | |
---|---|
RasterGeoReference |
XYZReader.getGeoReference()
|
Uses of RasterGeoReference in org.deegree.coverage.raster.utils |
---|
Fields in org.deegree.coverage.raster.utils declared as RasterGeoReference | |
---|---|
RasterGeoReference |
RasterBuilder.QTreeInfo.rasterGeoReference
|
Methods in org.deegree.coverage.raster.utils with parameters of type RasterGeoReference | |
---|---|
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...). |
Constructors in org.deegree.coverage.raster.utils with parameters of type RasterGeoReference | |
---|---|
RasterBuilder.QTreeInfo(Envelope envelope,
RasterGeoReference rasterGeoReference,
int numberOfObjects)
|
Uses of RasterGeoReference in org.deegree.protocol.wms.raster |
---|
Methods in org.deegree.protocol.wms.raster that return RasterGeoReference | |
---|---|
RasterGeoReference |
WMSReader.getGeoReference()
|
Methods in org.deegree.protocol.wms.raster with parameters of type RasterGeoReference | |
---|---|
SimpleRaster |
WMSRaster.createCompatibleSimpleRaster(RasterGeoReference rEnv,
Envelope env)
Creates a new empty SimpleRaster with same DataType and InterleaveType. |
Constructors in org.deegree.protocol.wms.raster with parameters of type RasterGeoReference | |
---|---|
WMSRaster(RasterData raster,
Envelope envelope,
RasterGeoReference rasterReference)
|
Uses of RasterGeoReference in org.deegree.rendering.r3d.opengl.rendering.dem.texturing |
---|
Methods in org.deegree.rendering.r3d.opengl.rendering.dem.texturing that return RasterGeoReference | |
---|---|
RasterGeoReference |
RasterAPITextureTileProvider.getRasterReference()
|
Uses of RasterGeoReference in org.deegree.tools.coverage.gridifier.index |
---|
Methods in org.deegree.tools.coverage.gridifier.index that return RasterGeoReference | |
---|---|
RasterGeoReference |
TileFile.getEnvelope()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |