|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Contains information for an individual sample dimension of coverage. This interface is applicable to any coverage type. For grid coverages, the sample dimension refers to an individual band.
Method Summary | |
java.lang.String[] |
getCategoryNames()
Sequence of category names for the values contained in a sample dimension. |
CV_ColorInterpretation |
getColorInterpretation()
Color interpretation of the sample dimension. |
java.lang.String |
getDescription()
Sample dimension title or description. |
double |
getMaximumValue()
The maximum value occurring in the sample dimension. |
java.lang.String[] |
getMetaDataNames()
The list of metadata keywords for a sample dimension. |
java.lang.String |
getMetadataValue(java.lang.String name)
Retrieve the metadata value for a given metadata name. |
double |
getMinimumValue()
The minimum value occurring in the sample dimension. |
double[] |
getNoDataValue()
Values to indicate no data values for the sample dimension. |
double |
getOffset()
Offset is the value to add to grid values for this sample dimension. |
int[][] |
getPalette()
Color palette associated with the sample dimension. |
CV_PaletteInterpretation |
getPaletteInterpretation()
Indicates the type of color palette entry for sample dimensions which have a palette. |
CV_SampleDimensionType |
getSampleDimensionType()
A code value indicating grid value data type. |
double |
getScale()
Scale is the value which is multiplied to grid values for this sample dimension. |
CS_Unit |
getUnits()
The unit information for this sample dimension. |
Method Detail |
public java.lang.String getDescription() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public CV_SampleDimensionType getSampleDimensionType() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String[] getCategoryNames() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public CV_ColorInterpretation getColorInterpretation() throws java.rmi.RemoteException
CV_Undefined
.
java.rmi.RemoteException
- if a remote method call failed.public CV_PaletteInterpretation getPaletteInterpretation() throws java.rmi.RemoteException
CV_GrayIndex
or CV_PaletteIndex
.
A palette entry type can be Gray, RGB, CMYK or HLS.
java.rmi.RemoteException
- if a remote method call failed.public int[][] getPalette() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public double[] getNoDataValue() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public double getMinimumValue() throws java.rmi.RemoteException
GP_GridAnalysis.getMinValue(int)
operation.
This value can be empty if this value is not provided by the implementation.
java.rmi.RemoteException
- if a remote method call failed.public double getMaximumValue() throws java.rmi.RemoteException
GP_GridAnalysis.getMaxValue(int)
operation.
This value can be empty if this value is not provided by the implementation.
java.rmi.RemoteException
- if a remote method call failed.public CS_Unit getUnits() throws java.rmi.RemoteException
null
if no unit information is available.
java.rmi.RemoteException
- if a remote method call failed.public double getOffset() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public double getScale() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String[] getMetaDataNames() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getMetadataValue(java.lang.String name) throws java.rmi.RemoteException
name
- Metadata keyword for which to retrieve metadata.
java.rmi.RemoteException
- if a remote method call failed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |