All Packages Class Hierarchy This Package Previous Next Index
Class com.las.ogdi.DoNothingCallback
java.lang.Object
|
+----com.las.ogdi.OGDIRasterCallback
|
+----com.las.ogdi.DoNothingCallback
- public class DoNothingCallback
- extends OGDIRasterCallback
The DoNothingCallback class defines an object that will return the value/category unmodified.
Applies to matrix/image only.
- Version:
- 1.1
- Author:
- Las Inc.
-
DoNothingCallback(OGDIRasterInfo)
- Creates a DoNothingCallback instance.
-
process(int)
- Process the callback by returning the same value.
-
toString()
- Gets the complete callback information.
DoNothingCallback
public DoNothingCallback(OGDIRasterInfo rasterinfo)
- Creates a DoNothingCallback instance.
- Parameters:
- rasterinfo - the raster information object related to this raster coverage
- Returns:
- no return
- Throws: no
- exception
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