Class IntegerSample
- java.lang.Object
-
- de.hendrikjanssen.geotifftools.rendering.Sample
-
- de.hendrikjanssen.geotifftools.rendering.IntegerSample
-
public class IntegerSample extends Sample
-
-
Constructor Summary
Constructors Constructor Description IntegerSample(java.awt.Point sourcePosition, int[] values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAt(int index)
int[]
getValues()
void
setAt(int index, int value)
-
Methods inherited from class de.hendrikjanssen.geotifftools.rendering.Sample
getSourcePosition
-
-