public class CoverageDataSourcePixel extends Object
| Constructor and Description |
|---|
CoverageDataSourcePixel(float pixel,
int min,
int max,
float offset)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMax()
Get the max
|
int |
getMin()
Get the min
|
float |
getOffset()
Get the offset
|
float |
getPixel()
Get the pixel
|
void |
setMax(int max)
Set the max
|
void |
setMin(int min)
Set the min
|
void |
setOffset(float offset)
Set the offset
|
void |
setPixel(float pixel)
Set the pixel
|
public CoverageDataSourcePixel(float pixel,
int min,
int max,
float offset)
pixel - pixel valuemin - min valuemax - max valueoffset - pixel offsetpublic float getPixel()
public int getMin()
public int getMax()
public float getOffset()
public void setPixel(float pixel)
pixel - pixel valuepublic void setMin(int min)
min - min pixelpublic void setMax(int max)
max - max pixelpublic void setOffset(float offset)
offset - pixel offsetCopyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.