Uses of Class
org.geotools.api.coverage.CannotEvaluateException
- 
Packages that use CannotEvaluateException Package Description org.geotools.api.coverage Coverages (generate a value for any point).org.geotools.coverage Coverage implementation.org.geotools.coverage.grid GridCoverage2D implementation.org.geotools.coverage.io.impl 
- 
- 
Uses of CannotEvaluateException in org.geotools.api.coverageSubclasses of CannotEvaluateException in org.geotools.api.coverage Modifier and Type Class Description classPointOutsideCoverageExceptionThrown when aevaluatemethod is invoked for a location outside the domain of the coverage.Methods in org.geotools.api.coverage that throw CannotEvaluateException Modifier and Type Method Description ObjectCoverage. evaluate(Position point)Return the value vector for a given point in the coverage.boolean[]Coverage. evaluate(Position point, boolean[] destination)Return a sequence of boolean values for a given point in the coverage.byte[]Coverage. evaluate(Position point, byte[] destination)Return a sequence of unsigned byte values for a given point in the coverage.double[]Coverage. evaluate(Position point, double[] destination)Return a sequence of double values for a given point in the coverage.float[]Coverage. evaluate(Position point, float[] destination)Return a sequence of float values for a given point in the coverage.int[]Coverage. evaluate(Position point, int[] destination)Return a sequence of integer values for a given point in the coverage.Set<Record>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.coverageMethods in org.geotools.coverage that throw CannotEvaluateException Modifier and Type Method Description boolean[]AbstractCoverage. evaluate(Position coord, boolean[] dest)Returns a sequence of boolean values for a given point in the coverage.byte[]AbstractCoverage. evaluate(Position coord, byte[] dest)Returns a sequence of byte values for a given point in the coverage.double[]AbstractCoverage. evaluate(Position coord, double[] dest)Returns a sequence of double values for a given point in the coverage.float[]AbstractCoverage. evaluate(Position coord, float[] dest)Returns a sequence of float values for a given point in the coverage.int[]AbstractCoverage. evaluate(Position coord, int[] dest)Returns a sequence of integer values for a given point in the coverage.
- 
Uses of CannotEvaluateException in org.geotools.coverage.gridMethods in org.geotools.coverage.grid that throw CannotEvaluateException Modifier and Type Method Description double[]GridCoverage2D. evaluate(Point2D coord, double[] dest)Returns a sequence of double values for a given location (world coordinates).float[]GridCoverage2D. evaluate(Point2D coord, float[] dest)Returns a sequence of float values for a given location (world coordinates).int[]GridCoverage2D. evaluate(Point2D coord, int[] dest)Returns a sequence of integer values for a given location (world coordinates).ObjectGridCoverage2D. evaluate(Position point)Returns the value vector for a given location (world coordinates).byte[]GridCoverage2D. evaluate(Position coord, byte[] dest)Returns a sequence of byte values for a given location (world coordinates).double[]GridCoverage2D. evaluate(Position coord, double[] dest)Returns a sequence of double values for a given location (world coordinates).float[]GridCoverage2D. evaluate(Position coord, float[] dest)Returns a sequence of float values for a given location (world coordinates).int[]GridCoverage2D. evaluate(Position coord, int[] dest)Returns a sequence of integer values for a given location (world coordinates).double[]Interpolator2D. evaluate(Point2D coord, double[] dest)Returns a sequence of double values for a given two-dimensional point in the coverage.float[]Interpolator2D. evaluate(Point2D coord, float[] dest)Returns a sequence of float values for a given two-dimensional point in the coverage.int[]Interpolator2D. evaluate(Point2D coord, int[] dest)Returns a sequence of integer values for a given two-dimensional point in the coverage.
- 
Uses of CannotEvaluateException in org.geotools.coverage.io.implMethods in org.geotools.coverage.io.impl that throw CannotEvaluateException Modifier and Type Method Description ObjectDefaultGridCoverageResponse. evaluate(Position point)boolean[]DefaultGridCoverageResponse. evaluate(Position point, boolean[] destination)byte[]DefaultGridCoverageResponse. evaluate(Position point, byte[] destination)double[]DefaultGridCoverageResponse. evaluate(Position point, double[] destination)float[]DefaultGridCoverageResponse. evaluate(Position point, float[] destination)int[]DefaultGridCoverageResponse. evaluate(Position point, int[] destination)Set<Record>DefaultGridCoverageResponse. evaluate(Position p, Collection<String> list)
 
-