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