Package org.geotools.gce.imagemosaic
Class SampleImage
Object
SampleImage
- All Implemented Interfaces:
Serializable
Simple serializable class holding a sample model and a color model
- Author:
- Andrea Aime - GeoSolutions
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSampleImage
(SampleModel sampleModel, ColorModel colorModel) Builds a new sample image -
Method Summary
Modifier and TypeMethodDescriptionBuilds a 1x1 BufferedImage with the provided sample model and color model
-
Constructor Details
-
SampleImage
Builds a new sample image
-
-
Method Details
-
toBufferedImage
Builds a 1x1 BufferedImage with the provided sample model and color model
-