public static class FactoryGImageSingleBand.GSingle_F32 extends FactoryGImageSingleBand.GSingleBase<ImageFloat32>
image| Constructor and Description |
|---|
GSingle_F32(ImageFloat32 image) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Number |
get(int x,
int y) |
float |
getF(int index) |
boolean |
isFloatingPoint() |
void |
set(int index,
float value)
Sets pixel based on pixel value in data array
|
void |
set(int x,
int y,
java.lang.Number num)
Set's pixel value using number.
|
double |
unsafe_getD(int x,
int y)
get which returns a double, has no bounds checking.
|
getHeight, getImage, getWidth, wrappublic GSingle_F32(ImageFloat32 image)
public boolean isFloatingPoint()
public java.lang.Number get(int x,
int y)
public double unsafe_getD(int x,
int y)
GImageSingleBandpublic void set(int x,
int y,
java.lang.Number num)
GImageSingleBandx - pixel coordinate x-valuey - pixel coordinate y-valuenum - Value of the pixelpublic void set(int index,
float value)
GImageSingleBandpublic float getF(int index)