Package com.kheops.jmap.metadata.raster
Class GrayScaleTransformationInfo
java.lang.Object
com.kheops.jmap.metadata.raster.RasterTransformationInfo
com.kheops.jmap.metadata.raster.GrayScaleTransformationInfo
- All Implemented Interfaces:
- Serializable,- Cloneable
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class com.kheops.jmap.metadata.raster.RasterTransformationInfoRasterTransformationInfo.SlopeFormat
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
GrayScaleTransformationInfopublic GrayScaleTransformationInfo(int band) 
 
- 
- 
Method Details- 
getBandpublic int getBand()
- 
getInputBandsCountpublic int getInputBandsCount()Returns the number of bands in input for the transformation.- Specified by:
- getInputBandsCountin class- RasterTransformationInfo
- Returns:
- the number of input bands required.
 
- 
getOutputBandsCountpublic int getOutputBandsCount()Returns the number of bands in output from the transformation.- Specified by:
- getOutputBandsCountin class- RasterTransformationInfo
- Returns:
- the number of bands in output.
 
- 
clone- Specified by:
- clonein class- RasterTransformationInfo
 
 
-