Uses of Class
org.geotools.api.coverage.PointOutsideCoverageException
-
Packages that use PointOutsideCoverageException Package Description org.geotools.api.coverage Coverages (generate a value for any point).org.geotools.coverage Coverage implementation.org.geotools.coverage.io.impl -
-
Uses of PointOutsideCoverageException in org.geotools.api.coverage
Methods in org.geotools.api.coverage that throw PointOutsideCoverageException Modifier and Type Method Description Object
Coverage. evaluate(Position point)
Return the value vector for a given point in the coverage.boolean[]
Coverage. evaluate(Position point, boolean[] destination)
Return a sequence of boolean values for a given point in the coverage.byte[]
Coverage. evaluate(Position point, byte[] destination)
Return a sequence of unsigned byte values for a given point in the coverage.double[]
Coverage. evaluate(Position point, double[] destination)
Return a sequence of double values for a given point in the coverage.float[]
Coverage. evaluate(Position point, float[] destination)
Return a sequence of float values for a given point in the coverage.int[]
Coverage. evaluate(Position point, int[] destination)
Return a sequence of integer values for a given point in the coverage.Set<Record>
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 PointOutsideCoverageException Modifier and Type Method Description boolean[]
AbstractCoverage. evaluate(Position coord, boolean[] dest)
Returns a sequence of boolean values for a given point in the coverage.byte[]
AbstractCoverage. evaluate(Position coord, byte[] dest)
Returns a sequence of byte values for a given point in the coverage.double[]
AbstractCoverage. evaluate(Position coord, double[] dest)
Returns a sequence of double values for a given point in the coverage.float[]
AbstractCoverage. evaluate(Position coord, float[] dest)
Returns a sequence of float values for a given point in the coverage.int[]
AbstractCoverage. evaluate(Position coord, int[] dest)
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 PointOutsideCoverageException Modifier and Type Method Description Object
DefaultGridCoverageResponse. evaluate(Position point)
boolean[]
DefaultGridCoverageResponse. evaluate(Position point, boolean[] destination)
byte[]
DefaultGridCoverageResponse. evaluate(Position point, byte[] destination)
double[]
DefaultGridCoverageResponse. evaluate(Position point, double[] destination)
float[]
DefaultGridCoverageResponse. evaluate(Position point, float[] destination)
int[]
DefaultGridCoverageResponse. evaluate(Position point, int[] destination)
Set<Record>
DefaultGridCoverageResponse. evaluate(Position p, Collection<String> list)
-