@UML(identifier="CV_SampleDimension", specification=OGC_01004) public interface SampleDimension
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
@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()
For example:
@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()
Copyright © 1996–2019 Geotools. All rights reserved.