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 TypeClassDescriptionclassThrown when an evaluate method is invoked for a location outside the domain of the coverage.classThrown 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(org.opengis.geometry.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[]BufferedGridCoverage.CellAccessor.apply(org.opengis.geometry.DirectPosition point) Returns a sequence of double values for a given point in the coverage.double[]ConvertedGridCoverage.SampleConverter.apply(org.opengis.geometry.DirectPosition point) Returns a sequence of double values for a given point in the coverage.double[]DefaultEvaluator.apply(org.opengis.geometry.DirectPosition point) Returns a sequence of double values for a given point in the coverage.double[]EvaluatorWrapper.apply(org.opengis.geometry.DirectPosition point) Returns a sequence of double values for a given point in the coverage.double[]GridCoverage2D.PixelAccessor.apply(org.opengis.geometry.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.TranslatedGridCoverage.render(GridExtent sliceExtent) Returns a two-dimensional slice of grid data as a rendered image.