dataBuffer, height, minX, minY, numBands, numDataElements, parent, sampleModel, sampleModelTranslateX, sampleModelTranslateY, width| Constructor and Description |
|---|
NoDataRaster(Raster raster)
Constructs a NoDataRaster with the SampleModel, DataBuffer and origin
of the given Raster
|
| Modifier and Type | Method and Description |
|---|---|
Raster |
createChild(int parentX,
int parentY,
int width,
int height,
int childMinX,
int childMinY,
int[] bandList) |
WritableRaster |
createCompatibleWritableRaster() |
WritableRaster |
createCompatibleWritableRaster(int w,
int h) |
WritableRaster |
createCompatibleWritableRaster(int x,
int y,
int w,
int h) |
WritableRaster |
createCompatibleWritableRaster(Rectangle rect) |
NoDataRaster |
createTranslatedChild(int childMinX,
int childMinY) |
Rectangle |
getBounds() |
DataBuffer |
getDataBuffer() |
Object |
getDataElements(int x,
int y,
int w,
int h,
Object outData) |
Object |
getDataElements(int x,
int y,
Object outData) |
Raster |
getParent() |
double[] |
getPixel(int x,
int y,
double[] dArray) |
float[] |
getPixel(int x,
int y,
float[] fArray) |
int[] |
getPixel(int x,
int y,
int[] iArray) |
double[] |
getPixels(int x,
int y,
int w,
int h,
double[] dArray) |
float[] |
getPixels(int x,
int y,
int w,
int h,
float[] fArray) |
int[] |
getPixels(int x,
int y,
int w,
int h,
int[] iArray) |
int |
getSample(int x,
int y,
int b) |
double |
getSampleDouble(int x,
int y,
int b) |
float |
getSampleFloat(int x,
int y,
int b) |
SampleModel |
getSampleModel() |
double[] |
getSamples(int x,
int y,
int w,
int h,
int b,
double[] dArray) |
float[] |
getSamples(int x,
int y,
int w,
int h,
int b,
float[] fArray) |
int[] |
getSamples(int x,
int y,
int w,
int h,
int b,
int[] iArray) |
createBandedRaster, createBandedRaster, createBandedRaster, createInterleavedRaster, createInterleavedRaster, createInterleavedRaster, createPackedRaster, createPackedRaster, createPackedRaster, createPackedRaster, createRaster, createWritableRaster, createWritableRaster, getHeight, getMinX, getMinY, getNumBands, getNumDataElements, getSampleModelTranslateX, getSampleModelTranslateY, getTransferType, getWidthpublic NoDataRaster(Raster raster)
raster - The Raster representing a tile with no interpretable
data.public final WritableRaster createCompatibleWritableRaster()
createCompatibleWritableRaster in class Rasterpublic final WritableRaster createCompatibleWritableRaster(int w, int h)
createCompatibleWritableRaster in class Rasterpublic final WritableRaster createCompatibleWritableRaster(Rectangle rect)
createCompatibleWritableRaster in class Rasterpublic final WritableRaster createCompatibleWritableRaster(int x, int y, int w, int h)
createCompatibleWritableRaster in class Rasterpublic final Raster createChild(int parentX, int parentY, int width, int height, int childMinX, int childMinY, int[] bandList)
createChild in class Rasterpublic final NoDataRaster createTranslatedChild(int childMinX, int childMinY)
createTranslatedChild in class Rasterpublic final DataBuffer getDataBuffer()
getDataBuffer in class Rasterpublic final SampleModel getSampleModel()
getSampleModel in class Rasterpublic final Object getDataElements(int x, int y, Object outData)
getDataElements in class Rasterpublic final Object getDataElements(int x, int y, int w, int h, Object outData)
getDataElements in class Rasterpublic final int[] getPixel(int x,
int y,
int[] iArray)
public final float[] getPixel(int x,
int y,
float[] fArray)
public final double[] getPixel(int x,
int y,
double[] dArray)
public final int[] getPixels(int x,
int y,
int w,
int h,
int[] iArray)
public final float[] getPixels(int x,
int y,
int w,
int h,
float[] fArray)
public final double[] getPixels(int x,
int y,
int w,
int h,
double[] dArray)
public final float getSampleFloat(int x,
int y,
int b)
getSampleFloat in class Rasterpublic final double getSampleDouble(int x,
int y,
int b)
getSampleDouble in class Rasterpublic final int[] getSamples(int x,
int y,
int w,
int h,
int b,
int[] iArray)
getSamples in class Rasterpublic final float[] getSamples(int x,
int y,
int w,
int h,
int b,
float[] fArray)
getSamples in class Rasterpublic final double[] getSamples(int x,
int y,
int w,
int h,
int b,
double[] dArray)
getSamples in class RasterCopyright © 2014–2015 European Space Agency (ESA). All rights reserved.