rdf4j-postgis  Version 0.1.0.0
RasterUtils Class Reference
Inheritance diagram for RasterUtils:
Collaboration diagram for RasterUtils:

Static Public Attributes

static final double DOUBLE_COMPARE_TOLERANCE = 0.00000001d
 Default tolerance for double comparisons: 1.0e-8 = 0.00000001. More...
 
static final float FLOAT_COMPARE_TOLERANCE = 0.0001f
 Default tolerance for float comparisons: 1.0e-4 = 0.0001. More...
 

Protected Attributes

double srcNoData = -Float.MAX_VALUE
 
double CellSizeX =30.
 
double CellSizeY =30.
 
double _8DX = CellSizeX * 8
 
double _8DY = CellSizeY * 8
 
PlanarImage image
 
java.awt.Rectangle bounds
 
Envelope Extent = null
 
double NoData = Float.MIN_VALUE
 
double MinValue = Double.MAX_VALUE
 
double MaxValue = Double.MIN_VALUE
 

Private Attributes

int maxCol
 
int maxRow
 

Member Data Documentation

◆ _8DX

double _8DX = CellSizeX * 8
protected

◆ _8DY

double _8DY = CellSizeY * 8
protected

◆ bounds

java.awt.Rectangle bounds
protected

◆ CellSizeX

double CellSizeX =30.
protected

◆ CellSizeY

double CellSizeY =30.
protected

◆ DOUBLE_COMPARE_TOLERANCE

final double DOUBLE_COMPARE_TOLERANCE = 0.00000001d
static

Default tolerance for double comparisons: 1.0e-8 = 0.00000001.

◆ Extent

Envelope Extent = null
protected

◆ FLOAT_COMPARE_TOLERANCE

final float FLOAT_COMPARE_TOLERANCE = 0.0001f
static

Default tolerance for float comparisons: 1.0e-4 = 0.0001.

◆ image

PlanarImage image
protected

◆ maxCol

int maxCol
private

◆ maxRow

int maxRow
private

◆ MaxValue

double MaxValue = Double.MIN_VALUE
protected

◆ MinValue

double MinValue = Double.MAX_VALUE
protected

◆ NoData

double NoData = Float.MIN_VALUE
protected

◆ srcNoData

double srcNoData = -Float.MAX_VALUE
protected