|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.cv.CV_Coverage_Impl
org.deegree_impl.model.gc.GC_GridCoverage_Impl
org.deegree_impl.model.gp.GP_GridAnalysis_Impl
Performs various analysis operations on a grid coverage.
Field Summary |
Fields inherited from class org.deegree_impl.model.gc.GC_GridCoverage_Impl |
|
Fields inherited from class org.deegree_impl.model.cv.CV_Coverage_Impl |
descriptor, dimensionNames, envelope, metadata, numSources, sampleDimensions |
Constructor Summary | |
(package private) |
GP_GridAnalysis_Impl()
|
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. |
int |
getNumOverviews()
Number of predetermined overviews for the grid. |
double |
getStdDev(int sampleDimension)
Determine the standard deviation from the mean of the grid values for a sample dimension. |
Methods inherited from class org.deegree_impl.model.cv.CV_Coverage_Impl |
evaluate, evaluateAsBoolean, evaluateAsByte, evaluateAsDouble, evaluateAsInteger, getCoordinateSystem, getDimensionNames, getEnvelope, getMetadataNames, getMetadataValue, getNumSampleDimensions, getNumSources, getSampleDimension, getSource, getTiles, setSampleDimension |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opengis.gc.GC_GridCoverage |
getDataBlockAsBoolean, getDataBlockAsByte, getDataBlockAsInteger, getGridGeometry, getGridPacking, getOptimalDataBlockSizes, getOverview, getOverviewGridGeometry, getPackedDataBlock, getValueBlockAsDouble, isDataEditable, setDataBlockAsBoolean, setDataBlockAsByte, setDataBlockAsDouble, setDataBlockAsInteger, setPackedDataBlock |
Methods inherited from interface org.opengis.cv.CV_Coverage |
evaluate, evaluateAsBoolean, evaluateAsByte, evaluateAsDouble, evaluateAsInteger, getCoordinateSystem, getDimensionNames, getEnvelope, getMetadataNames, getMetadataValue, getNumSampleDimensions, getNumSources, getSampleDimension, getSource |
Constructor Detail |
GP_GridAnalysis_Impl() throws java.rmi.RemoteException
Method Detail |
public double getStdDev(int sampleDimension) throws java.rmi.RemoteException
getStdDev
in interface GP_GridAnalysis
sampleDimension
- Index of sample dimension.
java.rmi.RemoteException
- if a remote method call failed.public int getNumOverviews() throws java.rmi.RemoteException
getNumOverviews
in interface GC_GridCoverage
getNumOverviews
in class GC_GridCoverage_Impl
java.rmi.RemoteException
- if a remote method call failed.public double getModeValue(int sampleDimension) throws java.rmi.RemoteException
getModeValue
in interface GP_GridAnalysis
sampleDimension
- Index of sample dimension.
java.rmi.RemoteException
- if a remote method call failed.public double getMinValue(int sampleDimension) throws java.rmi.RemoteException
getMinValue
in interface GP_GridAnalysis
sampleDimension
- Index of sample dimension.
java.rmi.RemoteException
- if a remote method call failed.public double getMedianValue(int sampleDimension) throws java.rmi.RemoteException
getMedianValue
in interface GP_GridAnalysis
sampleDimension
- Index of sample dimension.
java.rmi.RemoteException
- if a remote method call failed.public double getMeanValue(int sampleDimension) throws java.rmi.RemoteException
getMeanValue
in interface GP_GridAnalysis
sampleDimension
- Index of sample dimension.
java.rmi.RemoteException
- if a remote method call failed.public double getMaxValue(int sampleDimension) throws java.rmi.RemoteException
getMaxValue
in interface GP_GridAnalysis
sampleDimension
- Index of sample dimension.
java.rmi.RemoteException
- if a remote method call failed.public int[] getHistogram(int sampleDimension, double minimumEntryValue, double maximumEntryValue, int numberEntries) throws java.rmi.RemoteException
getHistogram
in interface GP_GridAnalysis
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 PT_Matrix getCorrelation() throws java.rmi.RemoteException
getCorrelation
in interface GP_GridAnalysis
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 |