All Packages Class Hierarchy This Package Previous Next Index
Class com.las.ogdi.Rainbow32bitsCallback
java.lang.Object
|
+----com.las.ogdi.OGDIRasterCallback
|
+----com.las.ogdi.Rainbow32bitsCallback
- public class Rainbow32bitsCallback
- extends OGDIRasterCallback
The Rainbow32bitsCallback class defines an object that will return the value as a 32-bit color ramp.
Applies to matrix/image only.
- Version:
- 1.1
- Author:
- Las Inc.
-
Rainbow32bitsCallback(OGDIRasterInfo)
- Creates a Rainbow32bitsCallback instance.
-
process(int)
- Process the callback by returning the same value.
-
toString()
- Gets the complete callback information.
Rainbow32bitsCallback
public Rainbow32bitsCallback(OGDIRasterInfo rasterinfo)
- Creates a Rainbow32bitsCallback instance.
- Parameters:
- rasterinfo - the raster information object related to this raster coverage
- Returns:
- no return
- Throws: IllegalArgumentException
- if rasterinfo is null
process
public int process(int value)
- Process the callback by returning the same value.
- Parameters:
- a - pixel value/category
- Returns:
- the new value
- Throws: no
- exception
- Overrides:
- process in class OGDIRasterCallback
toString
public String toString()
- Gets the complete callback information.
- Parameters:
- no - parameters
- Returns:
- the description
- Throws: no
- exception
- Overrides:
- toString in class OGDIRasterCallback
All Packages Class Hierarchy This Package Previous Next Index