Uses of Class
org.geotools.api.coverage.CannotEvaluateException
Packages that use CannotEvaluateException
Package
Description
Coverages (generate a value for any point).
Coverage implementation.
GridCoverage2D implementation.
-
Uses of CannotEvaluateException in org.geotools.api.coverage
Subclasses of CannotEvaluateException in org.geotools.api.coverageModifier and TypeClassDescriptionclass
Thrown when aevaluate
method is invoked for a location outside the domain of the coverage.Methods in org.geotools.api.coverage that throw CannotEvaluateExceptionModifier and TypeMethodDescriptionReturn the value vector for a given point in the coverage.boolean[]
Return a sequence of boolean values for a given point in the coverage.byte[]
Return a sequence of unsigned byte values for a given point in the coverage.double[]
Return a sequence of double values for a given point in the coverage.float[]
Return a sequence of float values for a given point in the coverage.int[]
Return a sequence of integer values for a given point in the coverage.Coverage.evaluate
(Position p, Collection<String> list) Returns a set of records of feature attribute values for the specified direct position. -
Uses of CannotEvaluateException in org.geotools.coverage
Methods in org.geotools.coverage that throw CannotEvaluateExceptionModifier and TypeMethodDescriptionboolean[]
Returns a sequence of boolean values for a given point in the coverage.byte[]
Returns a sequence of byte values for a given point in the coverage.double[]
Returns a sequence of double values for a given point in the coverage.float[]
Returns a sequence of float values for a given point in the coverage.int[]
Returns a sequence of integer values for a given point in the coverage. -
Uses of CannotEvaluateException in org.geotools.coverage.grid
Methods in org.geotools.coverage.grid that throw CannotEvaluateExceptionModifier and TypeMethodDescriptiondouble[]
Returns a sequence of double values for a given location (world coordinates).float[]
Returns a sequence of float values for a given location (world coordinates).int[]
Returns a sequence of integer values for a given location (world coordinates).Returns the value vector for a given location (world coordinates).byte[]
Returns a sequence of byte values for a given location (world coordinates).double[]
Returns a sequence of double values for a given location (world coordinates).float[]
Returns a sequence of float values for a given location (world coordinates).int[]
Returns a sequence of integer values for a given location (world coordinates).double[]
Returns a sequence of double values for a given two-dimensional point in the coverage.float[]
Returns a sequence of float values for a given two-dimensional point in the coverage.int[]
Returns a sequence of integer values for a given two-dimensional point in the coverage. -
Uses of CannotEvaluateException in org.geotools.coverage.io.impl
Methods in org.geotools.coverage.io.impl that throw CannotEvaluateExceptionModifier and TypeMethodDescriptionboolean[]
byte[]
double[]
float[]
int[]
DefaultGridCoverageResponse.evaluate
(Position p, Collection<String> list)