Uses of Class
org.geotools.api.coverage.PointOutsideCoverageException
Packages that use PointOutsideCoverageException
-
Uses of PointOutsideCoverageException in org.geotools.api.coverage
Methods in org.geotools.api.coverage that throw PointOutsideCoverageExceptionModifier 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 PointOutsideCoverageException in org.geotools.coverage
Methods in org.geotools.coverage that throw PointOutsideCoverageExceptionModifier 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 PointOutsideCoverageException in org.geotools.coverage.io.impl
Methods in org.geotools.coverage.io.impl that throw PointOutsideCoverageExceptionModifier and TypeMethodDescriptionboolean[]
byte[]
double[]
float[]
int[]
DefaultGridCoverageResponse.evaluate
(Position p, Collection<String> list)