Uses of Class
org.opengis.coverage.processing.InvalidSampleDimensionException

Packages that use InvalidSampleDimensionException
org.opengis.coverage.processing   
 

Uses of InvalidSampleDimensionException in org.opengis.coverage.processing
 

Methods in org.opengis.coverage.processing that throw InvalidSampleDimensionException
 int[] GridAnalysis.getHistogram(int sampleDimension, double minimumEntryValue, double maximumEntryValue, int numberEntries)
          Deprecated. Determine the histogram of the grid values for a sample dimension.
 double GridAnalysis.getMaxValue(int sampleDimension)
          Deprecated. Determine the maximum grid value for a sample dimension.
 double GridAnalysis.getMeanValue(int sampleDimension)
          Deprecated. Determine the mean grid value for a sample dimension.
 double GridAnalysis.getMedianValue(int sampleDimension)
          Deprecated. Determine the median grid value for a sample dimension.
 double GridAnalysis.getMinValue(int sampleDimension)
          Deprecated. Determine the minimum grid value for a sample dimension.
 double GridAnalysis.getModeValue(int sampleDimension)
          Deprecated. Determine the mode grid value for a sample dimension.
 double GridAnalysis.getStandardDeviation(int sampleDimension)
          Deprecated. Determine the standard deviation from the mean of the grid values for a sample dimension.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.