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 Summary
Nested classes/interfaces inherited from class com.kheops.jmap.metadata.raster.RasterTransformationInfo
RasterTransformationInfo.SlopeFormat
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GrayScaleTransformationInfo
public GrayScaleTransformationInfo(int band)
-
-
Method Details
-
getBand
public int getBand() -
getInputBandsCount
public int getInputBandsCount()Returns the number of bands in input for the transformation.- Specified by:
getInputBandsCount
in classRasterTransformationInfo
- Returns:
- the number of input bands required.
-
getOutputBandsCount
public int getOutputBandsCount()Returns the number of bands in output from the transformation.- Specified by:
getOutputBandsCount
in classRasterTransformationInfo
- Returns:
- the number of bands in output.
-
clone
- Specified by:
clone
in classRasterTransformationInfo
-