Changed Methods |
SampleModel createCompatibleSampleModel(int, int)
|
Documentation changed from old to new. |
Creates a new BandedSampleModel with the specified width and height. |
DataBuffer createDataBuffer()
|
Documentation changed from old to new. |
Creates a DataBuffer that corresponds to this BandedSampleModel The DataBuffer's data type number of banks and size will be consistent with this BandedSampleModel. |
SampleModel createSubsetSampleModel(int[] )
|
Documentation changed from old to new. |
Creates a new BandedSampleModel with a subset of the bands of this BandedSampleModel. |
double getSampleDouble(int, int, int, DataBuffer)
|
Method was inherited from SampleModel, but is now defined locally.
|
Returns the sample in a specified band for a pixel located at (x y) as a double. |
float getSampleFloat(int, int, int, DataBuffer)
|
Method was inherited from SampleModel, but is now defined locally.
|
Returns the sample in a specified band for the pixel located at (x y) as a float. |