kiwi-postgis  Version 0.1.0.0
RasterStringExportFunction Class Referenceabstract
Inheritance diagram for RasterStringExportFunction:
Collaboration diagram for RasterStringExportFunction:

Public Member Functions

Value evaluate (ValueFactory valueFactory, Value... args) throws ValueExprEvaluationException
 
abstract String operation (GridCoverage raster)
 

Member Function Documentation

◆ evaluate()

Value evaluate ( ValueFactory  valueFactory,
Value...  args 
) throws ValueExprEvaluationException

References RasterStringExportFunction.operation().

12  {
13  // TODO Auto-generated method stub
14  return null;
15  }

◆ operation()

abstract String operation ( GridCoverage  raster)
abstract