Uses of Class
org.opengis.coverage.CannotEvaluateException

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.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.