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

    Modifier and Type
    Class
    Description
    class 
    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.
    Modifier and Type
    Method
    Description
    double[]
    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

    Modifier and Type
    Method
    Description
    double[]
    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.