Uses of Class
org.opengis.coverage.CannotEvaluateException

Packages that use CannotEvaluateException
org.opengis.coverage Coverages (generate a value for any point). 
org.opengis.coverage.grid Quadrilateral grid coverages. 
 

Uses of CannotEvaluateException in org.opengis.coverage
 

Subclasses of CannotEvaluateException in org.opengis.coverage
 class PointOutsideCoverageException
          Thrown when a evaluate method is invoked for a location outside the domain of the 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.
 Set<Record> ContinuousCoverage.evaluate(DirectPosition p, Collection<String> list)
          Returns a set of records of feature attribute values for the specified direct position.
 Set<Record> ThiessenPolygonCoverage.evaluate(DirectPosition p, Collection<String> list)
          Returns a set of records of feature attribute values for the specified direct position.
 Set<Record> TinCoverage.evaluate(DirectPosition p, Collection<String> list)
          Returns a set of records of feature attribute values for the specified direct position.
 Set<Record> DiscreteCoverage.evaluate(DirectPosition p, Collection<String> list)
          Returns a set of records of feature attribute values for the specified direct position.
 Set<Record> SegmentedCurveCoverage.evaluate(DirectPosition p, Collection<String> list)
          Returns a set of records of feature attribute values for the specified direct position.
 Set<Record> Coverage.evaluate(DirectPosition p, Collection<String> list)
          Returns a set of records of feature attribute values for the specified direct position.
 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.
 

Uses of CannotEvaluateException in org.opengis.coverage.grid
 

Methods in org.opengis.coverage.grid that throw CannotEvaluateException
 Set<Record> ContinuousQuadrilateralGridCoverage.evaluate(DirectPosition p, Collection<String> list)
          Returns a set of records of feature attribute values for the specified direct position.
 Set<Record> HexagonalGridCoverage.evaluate(DirectPosition p, Collection<String> list)
          Returns a set of records of feature attribute values for the specified direct position.
 



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