|
Legacy OpenGIS API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GP_GridAnalysis
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 CV_Coverage |
|---|
evaluate, evaluateAsBoolean, evaluateAsByte, evaluateAsDouble, evaluateAsInteger, getCoordinateSystem, getDimensionNames, getEnvelope, getMetadataNames, getMetadataValue, getNumSampleDimensions, getNumSources, getSampleDimension, getSource |
| Method Detail |
|---|
int[] getHistogram(int sampleDimension,
double minimumEntryValue,
double maximumEntryValue,
int numberEntries)
throws 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.
RemoteException - if a remote method call failed.
double getMinValue(int sampleDimension)
throws RemoteException
sampleDimension - Index of sample dimension.
RemoteException - if a remote method call failed.
double getMaxValue(int sampleDimension)
throws RemoteException
sampleDimension - Index of sample dimension.
RemoteException - if a remote method call failed.
double getMeanValue(int sampleDimension)
throws RemoteException
sampleDimension - Index of sample dimension.
RemoteException - if a remote method call failed.
double getMedianValue(int sampleDimension)
throws RemoteException
sampleDimension - Index of sample dimension.
RemoteException - if a remote method call failed.
double getModeValue(int sampleDimension)
throws RemoteException
sampleDimension - Index of sample dimension.
RemoteException - if a remote method call failed.
double getStdDev(int sampleDimension)
throws RemoteException
sampleDimension - Index of sample dimension.
RemoteException - if a remote method call failed.
PT_Matrix getCorrelation()
throws RemoteException
RemoteException - if a remote method call failed.
|
Legacy OpenGIS API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
|
New (current) interfaces | Copyright OpenGIS® Consortium |