Uses of Class
org.opengis.coverage.PointOutsideCoverageException

Packages that use PointOutsideCoverageException
org.geotools.coverage Coverage implementation. 
org.opengis.coverage Coverages (generate a value for any point). 
 

Uses of PointOutsideCoverageException in org.geotools.coverage
 

Methods in org.geotools.coverage that throw PointOutsideCoverageException
 boolean[] AbstractCoverage.evaluate(DirectPosition coord, boolean[] dest)
          Returns a sequence of boolean values for a given point in the coverage.
 byte[] AbstractCoverage.evaluate(DirectPosition coord, byte[] dest)
          Returns a sequence of byte values for a given point in the coverage.
 double[] AbstractCoverage.evaluate(DirectPosition coord, double[] dest)
          Returns a sequence of double values for a given point in the coverage.
 float[] AbstractCoverage.evaluate(DirectPosition coord, float[] dest)
          Returns a sequence of float values for a given point in the coverage.
 int[] AbstractCoverage.evaluate(DirectPosition coord, int[] dest)
          Returns a sequence of integer values for a given point in the coverage.
 

Uses of PointOutsideCoverageException in org.opengis.coverage
 

Methods in org.opengis.coverage that throw PointOutsideCoverageException
 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> 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.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.