public SampleModel
createCompatibleSampleModel
(int w, int h)
[Overrides ComponentSampleModel]
[Specified in SampleModel]
public DataBuffer
createDataBuffer
()
[Inherited From ComponentSampleModel]
[Specified in SampleModel]
public SampleModel
createSubsetSampleModel
(int[] bands)
[Overrides ComponentSampleModel]
[Specified in SampleModel]
public Object
getDataElements
(int x, int y, int w, int h, Object obj, DataBuffer data)
[Inherited From SampleModel]
public Object
getDataElements
(int x, int y, Object obj, DataBuffer data)
[Inherited From ComponentSampleModel]
[Specified in SampleModel]
publicfinal int
getNumDataElements
()
[Inherited From ComponentSampleModel]
[Specified in SampleModel]
Returns the number of data elements needed to transfer a pixel
with the
ComponentSampleModel.getDataElements(int, int, Object, DataBuffer) and
ComponentSampleModel.setDataElements(int, int, Object, DataBuffer)
methods.
public double
getPixel
(int x, int y, double[] dArray, DataBuffer data)
[Inherited From SampleModel]
public int
getPixel
(int x, int y, int[] iArray, DataBuffer data)
[Inherited From ComponentSampleModel]
public double
getPixels
(int x, int y, int w, int h, double[] dArray, DataBuffer data)
[Inherited From SampleModel]
public float
getPixels
(int x, int y, int w, int h, float[] fArray, DataBuffer data)
[Inherited From SampleModel]
public int
getPixels
(int x, int y, int w, int h, int[] iArray, DataBuffer data)
[Inherited From ComponentSampleModel]
public int
getSample
(int x, int y, int b, DataBuffer data)
[Inherited From ComponentSampleModel]
[Specified in SampleModel]
public double
getSampleDouble
(int x, int y, int b, DataBuffer data)
[Inherited From ComponentSampleModel]
public float
getSampleFloat
(int x, int y, int b, DataBuffer data)
[Inherited From ComponentSampleModel]
public double
getSamples
(int x, int y, int w, int h, int b, double[] dArray, DataBuffer data)
[Inherited From SampleModel]
public float
getSamples
(int x, int y, int w, int h, int b, float[] fArray, DataBuffer data)
[Inherited From SampleModel]
public int
getSamples
(int x, int y, int w, int h, int b, int[] iArray, DataBuffer data)
[Inherited From ComponentSampleModel]
publicfinal int
getSampleSize
(int band)
[Inherited From ComponentSampleModel]
[Specified in SampleModel]
pack-private int
orderBands
(int[] orig, int step)
[Inherited From ComponentSampleModel]
public void
setDataElements
(int x, int y, int w, int h, Object obj, DataBuffer data)
[Inherited From SampleModel]
public void
setDataElements
(int x, int y, Object obj, DataBuffer data)
[Inherited From ComponentSampleModel]
[Specified in SampleModel]
public void
setPixel
(int x, int y, int[] iArray, DataBuffer data)
[Inherited From ComponentSampleModel]
public void
setPixels
(int x, int y, int w, int h, double[] dArray, DataBuffer data)
[Inherited From SampleModel]
public void
setPixels
(int x, int y, int w, int h, float[] fArray, DataBuffer data)
[Inherited From SampleModel]
public void
setPixels
(int x, int y, int w, int h, int[] iArray, DataBuffer data)
[Inherited From ComponentSampleModel]
public void
setSample
(int x, int y, int b, double s, DataBuffer data)
[Inherited From ComponentSampleModel]
public void
setSample
(int x, int y, int b, float s, DataBuffer data)
[Inherited From ComponentSampleModel]
public void
setSample
(int x, int y, int b, int s, DataBuffer data)
[Inherited From ComponentSampleModel]
[Specified in SampleModel]
public void
setSamples
(int x, int y, int w, int h, int b, double[] dArray, DataBuffer data)
[Inherited From SampleModel]
public void
setSamples
(int x, int y, int w, int h, int b, float[] fArray, DataBuffer data)
[Inherited From SampleModel]
public void
setSamples
(int x, int y, int w, int h, int b, int[] iArray, DataBuffer data)
[Inherited From ComponentSampleModel]
protected
int bandOffsets
[Inherited From ComponentSampleModel]
protected
int bankIndices
[Inherited From ComponentSampleModel]
protected
int height
[Inherited From SampleModel]
protected
int numBands
[Inherited From ComponentSampleModel]
ComponentSampleModel.
protected
int numBanks
[Inherited From ComponentSampleModel]
ComponentSampleModel.
protected
int pixelStride
[Inherited From ComponentSampleModel]
protected
int scanlineStride
[Inherited From ComponentSampleModel]
protected
int width
[Inherited From SampleModel]