kiwi-postgis  Version 0.1.0.0
Width Class Reference
Inheritance diagram for Width:
Collaboration diagram for Width:

Public Member Functions

String getURI ()
 
double attribute (GridCoverage raster)
 
Value evaluate (ValueFactory valueFactory, Value... args) throws ValueExprEvaluationException
 

Member Function Documentation

◆ attribute()

double attribute ( GridCoverage  raster)
15  {
16  //return raster.getRenderedImage().getWidth();
17  return 0.;
18  }

◆ evaluate()

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

References RasterAttributeFunction.attribute().

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

◆ getURI()

String getURI ( )

References POSTGIS.st_width.

10  {
11  return POSTGIS.st_width.stringValue();
12  }