Class DoubleSampler
- java.lang.Object
-
- de.hendrikjanssen.geotifftools.rendering.DoubleSampler
-
- All Implemented Interfaces:
Sampler<DoubleSample>
public class DoubleSampler extends java.lang.Object implements Sampler<DoubleSample>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DoubleSamplerofBandIndices(int... bandIndices)DoubleSamplesample(java.awt.Point samplePoint, java.awt.image.Raster raster)
-
-
-
Method Detail
-
ofBandIndices
public static DoubleSampler ofBandIndices(int... bandIndices)
-
sample
public DoubleSample sample(java.awt.Point samplePoint, java.awt.image.Raster raster)
- Specified by:
samplein interfaceSampler<DoubleSample>
-
-