|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CannotEvaluateException | |
|---|---|
| org.opengis.coverage | Coverages (generate a value for any point). |
| Uses of CannotEvaluateException in org.opengis.coverage |
|---|
| Subclasses of CannotEvaluateException in org.opengis.coverage | |
|---|---|
class |
CoverageDomainException
Thrown when a evaluate method
is invoked for a location outside the domain of the coverage. |
class |
PointOutsideCoverageException
Thrown when a evaluate(…)
method is invoked with a point outside coverage. |
| Methods in org.opengis.coverage that throw CannotEvaluateException | |
|---|---|
Object |
Coverage.evaluate(DirectPosition point)
Return the value vector for a given point in the coverage. |
boolean[] |
Coverage.evaluate(DirectPosition point,
boolean[] destination)
Return a sequence of boolean values for a given point in the coverage. |
byte[] |
Coverage.evaluate(DirectPosition point,
byte[] destination)
Return a sequence of unsigned byte values for a given point in the coverage. |
double[] |
Coverage.evaluate(DirectPosition point,
double[] destination)
Return a sequence of double values for a given point in the coverage. |
float[] |
Coverage.evaluate(DirectPosition point,
float[] destination)
Return a sequence of float values for a given point in the coverage. |
int[] |
Coverage.evaluate(DirectPosition point,
int[] destination)
Return a sequence of integer values for a given point in the coverage. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||