All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.las.ogdi.Grey8bitsCallback

java.lang.Object
   |
   +----com.las.ogdi.OGDIRasterCallback
           |
           +----com.las.ogdi.Grey8bitsCallback

public class Grey8bitsCallback
extends OGDIRasterCallback
The Grey8bitsCallback class defines an object that will return the value as a 32-bit grey ramp. Applies to matrix/image only.

Version:
1.1
Author:
Las Inc.

Constructor Index

 o Grey8bitsCallback(OGDIRasterInfo)
Creates a Grey8bitsCallback instance.

Method Index

 o process(int)
Process the callback by returning the same value.
 o toString()
Gets the complete callback information.

Constructors

 o Grey8bitsCallback
 public Grey8bitsCallback(OGDIRasterInfo rasterinfo)
Creates a Grey8bitsCallback instance.

Parameters:
rasterinfo - the raster information object related to this raster coverage
Returns:
no return
Throws: IllegalArgumentException
if rasterinfo is null

Methods

 o 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
 o 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