public interface InterpolationNoData
Modifier and Type | Method and Description |
---|---|
double |
getDestinationNoData()
Return the destinationNoData value associated to the Interpolation Object
|
Range |
getNoDataRange()
Return NoData Range associated to the Interpolation object, if present.
|
boolean |
getUseROIAccessor()
Gets the useROIAccessor value associated to the Interpolation Object
|
void |
setDestinationNoData(double destinationNoData)
Sets the destinationNoData value associated to the Interpolation Object
|
void |
setNoDataRange(Range noDataRange)
Set NoData Range associated to the Interpolation object.
|
void |
setUseROIAccessor(boolean useROIAccessor)
Sets the useROIAccessor value associated to the Interpolation Object
|
Range getNoDataRange()
void setNoDataRange(Range noDataRange)
double getDestinationNoData()
void setDestinationNoData(double destinationNoData)
void setUseROIAccessor(boolean useROIAccessor)
boolean getUseROIAccessor()
Copyright © 2006–2018 GeoSolutions. All rights reserved.