|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Performs various analysis operations on a grid coverage.
| Method Summary | |
PT_Matrix |
getCorrelation()
Determine the correlation between sample dimensions in the grid. |
int[] |
getHistogram(int sampleDimension,
double minimumEntryValue,
double maximumEntryValue,
int numberEntries)
Determine the histogram of the grid values for a sample dimension. |
double |
getMaxValue(int sampleDimension)
Determine the maximum grid value for a sample dimension. |
double |
getMeanValue(int sampleDimension)
Determine the mean grid value for a sample dimension. |
double |
getMedianValue(int sampleDimension)
Determine the median grid value for a sample dimension. |
double |
getMinValue(int sampleDimension)
Determine the minimum grid value for a sample dimension. |
double |
getModeValue(int sampleDimension)
Determine the mode grid value for a sample dimension. |
double |
getStdDev(int sampleDimension)
Determine the standard deviation from the mean of the grid values for a sample dimension. |
| Methods inherited from interface org.opengis.cv.CV_Coverage |
evaluate, evaluateAsBoolean, evaluateAsByte, evaluateAsDouble, evaluateAsInteger, getCoordinateSystem, getDimensionNames, getEnvelope, getMetadataNames, getMetadataValue, getNumSampleDimensions, getNumSources, getSampleDimension, getSource |
| Method Detail |
public int[] getHistogram(int sampleDimension,
double minimumEntryValue,
double maximumEntryValue,
int numberEntries)
throws java.rmi.RemoteException
sampleDimension - Index of sample dimension to be histogrammed.minimumEntryValue - Minimum value stored in the first histogram entry.maximumEntryValue - Maximum value stored in the last histogram entry.numberEntries - Number of entries in the histogram.
java.rmi.RemoteException - if a remote method call failed.
public double getMinValue(int sampleDimension)
throws java.rmi.RemoteException
sampleDimension - Index of sample dimension.
java.rmi.RemoteException - if a remote method call failed.
public double getMaxValue(int sampleDimension)
throws java.rmi.RemoteException
sampleDimension - Index of sample dimension.
java.rmi.RemoteException - if a remote method call failed.
public double getMeanValue(int sampleDimension)
throws java.rmi.RemoteException
sampleDimension - Index of sample dimension.
java.rmi.RemoteException - if a remote method call failed.
public double getMedianValue(int sampleDimension)
throws java.rmi.RemoteException
sampleDimension - Index of sample dimension.
java.rmi.RemoteException - if a remote method call failed.
public double getModeValue(int sampleDimension)
throws java.rmi.RemoteException
sampleDimension - Index of sample dimension.
java.rmi.RemoteException - if a remote method call failed.
public double getStdDev(int sampleDimension)
throws java.rmi.RemoteException
sampleDimension - Index of sample dimension.
java.rmi.RemoteException - if a remote method call failed.
public PT_Matrix getCorrelation()
throws java.rmi.RemoteException
java.rmi.RemoteException - if a remote method call failed.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||