|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterColormap4
Provides access to members that control a raster colormap.
Method Summary | |
---|---|
int |
getSize()
The number of colors in this colormap. |
Object |
getValues()
The list of pixel values. |
void |
loadFromString(String colormapDefinition)
Loads from a colormap definition string. |
void |
queryMinMax(int[] min,
int[] max)
Queries minimum and maximum pixel values. |
void |
setValues(Object pValues)
The list of pixel values. |
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterColormap3 |
---|
loadFrom, saveTo |
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterColormap2 |
---|
getBinFunction, getRemappedBlueValues, getRemappedColors, getRemappedGreenValues, getRemappedRedValues, setLUT |
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterColormap |
---|
bin, getBlueValues, getColors, getGreenValues, getRedValues, setBlueValues, setColors, setGreenValues, setRedValues |
Method Detail |
---|
Object getValues() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValues(Object pValues) throws IOException, AutomationException
pValues
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryMinMax(int[] min, int[] max) throws IOException, AutomationException
min
- The min (out: use single element array)max
- The max (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadFromString(String colormapDefinition) throws IOException, AutomationException
colormapDefinition
- The colormapDefinition (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |