Class CoverageDataSourcePixel
- java.lang.Object
- 
- mil.nga.geopackage.extension.coverage.CoverageDataSourcePixel
 
- 
 public class CoverageDataSourcePixel extends Object Contains values relevant to a source pixel location when finding a coverage data value- Since:
- 2.0.1
- Author:
- osbornb
 
- 
- 
Constructor SummaryConstructors Constructor Description CoverageDataSourcePixel(float pixel, int min, int max, float offset)Constructor
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMax()Get the maxintgetMin()Get the minfloatgetOffset()Get the offsetfloatgetPixel()Get the pixelvoidsetMax(int max)Set the maxvoidsetMin(int min)Set the minvoidsetOffset(float offset)Set the offsetvoidsetPixel(float pixel)Set the pixel
 
- 
- 
- 
Method Detail- 
getPixelpublic float getPixel() Get the pixel- Returns:
- pixel
 
 - 
getMinpublic int getMin() Get the min- Returns:
- min
 
 - 
getMaxpublic int getMax() Get the max- Returns:
- max
 
 - 
getOffsetpublic float getOffset() Get the offset- Returns:
- offset
 
 - 
setPixelpublic void setPixel(float pixel) Set the pixel- Parameters:
- pixel- pixel value
 
 - 
setMinpublic void setMin(int min) Set the min- Parameters:
- min- min pixel
 
 - 
setMaxpublic void setMax(int max) Set the max- Parameters:
- max- max pixel
 
 - 
setOffsetpublic void setOffset(float offset) Set the offset- Parameters:
- offset- pixel offset
 
 
- 
 
-