|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SampleDomain
The range of sample values in an image band. This interface defines a subset of the
SampleDimension attributes, where only the method relative to sample values
are retained. All methods related to physical values, or conversion to physical values,
are out-of-scope of this interface.
| coverage/geotk-coverageio (download) | View source code for this class |
| Method Summary | |
|---|---|
double[] |
getFillSampleValues()
Returns the sample values used for filling the cells that do not have any physical value. |
NumberRange<?> |
getValidSampleValues()
The range of valid sample values in the band, not including fill sample values. |
| Method Detail |
|---|
NumberRange<?> getValidSampleValues()
null if unspecified.double[] getFillSampleValues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||