it.geosolutions.jaiext.interpolators
Interface InterpolationNoData

All Known Implementing Classes:
InterpolationBicubic, InterpolationBilinear, InterpolationNearest

public interface InterpolationNoData

Simple interface for handling No Data for the interpolators

Author:
geosolutions

Method Summary
 double getDestinationNoData()
          Return the destinationNoData value associated to the Interpolation Object
 Range getNoDataRange()
          Return NoData Range associated to the Interpolation object, if present.
 void setNoDataRange(Range noDataRange)
          Set NoData Range associated to the Interpolation object.
 

Method Detail

getNoDataRange

Range getNoDataRange()
Return NoData Range associated to the Interpolation object, if present.

Returns:
NoData Range

setNoDataRange

void setNoDataRange(Range noDataRange)
Set NoData Range associated to the Interpolation object.


getDestinationNoData

double getDestinationNoData()
Return the destinationNoData value associated to the Interpolation Object

Returns:
destinationNoData


Copyright © 2006–2015 GeoSolutions. All rights reserved.