|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="CV_SampleDimension", specification=OGC_01004) public interface SampleDimension
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 | |
---|---|
InternationalString[] |
getCategoryNames()
Sequence of category names for the values contained in a sample dimension. |
ColorInterpretation |
getColorInterpretation()
Deprecated. No replacement. |
InternationalString |
getDescription()
Sample dimension title or description. |
double |
getMaximumValue()
The maximum value occurring in the sample dimension. |
double |
getMinimumValue()
The minimum value occurring in the sample dimension. |
double[] |
getNoDataValues()
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()
Deprecated. No replacement. |
PaletteInterpretation |
getPaletteInterpretation()
Deprecated. No replacement. |
SampleDimensionType |
getSampleDimensionType()
A code value indicating grid value data type. |
MathTransform1D |
getSampleToGeophysics()
The transform which is applied to grid values for this sample dimension. |
double |
getScale()
Scale is the value which is multiplied to grid values for this sample dimension. |
Unit<?> |
getUnits()
The unit information for this sample dimension. |
Method Detail |
---|
@UML(identifier="description", obligation=MANDATORY, specification=OGC_01004) InternationalString getDescription()
@UML(identifier="sampleDimensionType", obligation=MANDATORY, specification=OGC_01004) SampleDimensionType getSampleDimensionType()
@UML(identifier="categoryNames", obligation=MANDATORY, specification=OGC_01004) InternationalString[] getCategoryNames()
@UML(identifier="colorInterpretation", obligation=MANDATORY, specification=OGC_01004) ColorInterpretation getColorInterpretation()
UNDEFINED
.
@UML(identifier="paletteInterpretation", obligation=MANDATORY, specification=OGC_01004) PaletteInterpretation getPaletteInterpretation()
GRAY_INDEX
or PALETTE_INDEX
.
A palette entry type can be Gray, RGB, CMYK or HLS.
@UML(identifier="palette", obligation=MANDATORY, specification=OGC_01004) int[][] getPalette()
null
will be returned.
getPaletteInterpretation()
,
getColorInterpretation()
,
IndexColorModel
@UML(identifier="noDataValue", obligation=MANDATORY, specification=OGC_01004) double[] getNoDataValues()
getMinimumValue()
,
getMaximumValue()
@UML(identifier="minimumValue", obligation=MANDATORY, specification=OGC_01004) double getMinimumValue()
org.opengis.coverage.processing.GridAnalysis#getMinValue
operation.
This value can be empty if this value is not provided by the implementation.
getMaximumValue()
,
getNoDataValues()
@UML(identifier="maximumValue", obligation=MANDATORY, specification=OGC_01004) double getMaximumValue()
org.opengis.coverage.processing.GridAnalysis#getMaxValue
operation.
This value can be empty if this value is not provided by the implementation.
getMinimumValue()
,
getNoDataValues()
@UML(identifier="units", obligation=MANDATORY, specification=OGC_01004) Unit<?> getUnits()
null
if no unit information is available.
@UML(identifier="offset", obligation=MANDATORY, specification=OGC_01004) double getOffset()
getScale()
@UML(identifier="scale", obligation=MANDATORY, specification=OGC_01004) double getScale()
getOffset()
@Extension MathTransform1D getSampleToGeophysics()
scale
×x where
x is the grid value and y is the geophysics value.
However, this transform may also defines more complex relationship, for
example a logarithmic one. In order words, this transform is a generalization of
getScale()
, getOffset()
and getNoDataValues()
methods.
null
if
it doesn't apply.getScale()
,
getOffset()
,
getNoDataValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |