Uses of Class
org.apache.sis.coverage.CannotEvaluateException
Packages that use CannotEvaluateException
Package
Description
Functions that associates positions within a bounded space (its domain) to values (its range).
A coverage backed by a regular grid.
-
Uses of CannotEvaluateException in org.apache.sis.coverage
Subclasses of CannotEvaluateException in org.apache.sis.coverageModifier and TypeClassDescriptionclass
Thrown when an evaluate method is invoked for a location outside the domain of the coverage.class
Thrown when an operation can only be applied on a subspace of a multi-dimensional coverage, but not such subspace has been specified.Methods in org.apache.sis.coverage that throw CannotEvaluateExceptionModifier and TypeMethodDescriptiondouble[]
BandedCoverage.Evaluator.apply
(DirectPosition point) Returns a sequence of double values for a given point in the coverage. -
Uses of CannotEvaluateException in org.apache.sis.coverage.grid
Methods in org.apache.sis.coverage.grid that throw CannotEvaluateExceptionModifier and TypeMethodDescriptiondouble[]
GridEvaluator.apply
(DirectPosition point) Returns a sequence of double values for a given point in the coverage.GridCoverage2D.render
(GridExtent sliceExtent) Returns a grid data region as a rendered image.