|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.RasterColormap
public class RasterColormap
A container for a colormap used to display a raster band.
| Constructor Summary | |
|---|---|
RasterColormap()
Constructs a RasterColormap using ArcGIS Engine. |
|
RasterColormap(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RasterColormap theRasterColormap = (RasterColormap) obj; |
|
| Method Summary | |
|---|---|
int |
bin(double pixval)
Translates pixel values into integers to index them into the colormap. |
boolean |
equals(Object o)
Compare this object with another |
IBinFunction |
getBinFunction()
The Bin function that maps pixel value into colormap index. |
Object |
getBlueValues()
Array of blue ratios as doubles between 0.0 and 1.0. |
static String |
getClsid()
getClsid. |
Object |
getColors()
Array of colors as OLE_COLORs. |
Object |
getGreenValues()
Array of green ratios as doubles between 0.0 and 1.0. |
Object |
getRedValues()
Array of red ratios as doubles between 0.0 and 1.0. |
Object |
getRemappedBlueValues()
The remapped Blue color component values using LUT from index to value (OBJECTID, VALUE). |
Object |
getRemappedColors()
The remapped colors using LUT from index to value (OBJECTID, VALUE). |
Object |
getRemappedGreenValues()
The remapped Green color component values using LUT from index to value (OBJECTID, VALUE). |
Object |
getRemappedRedValues()
The remapped Red color component values using LUT from index to value (OBJECTID, VALUE). |
int |
hashCode()
the hashcode for this object |
void |
setBlueValues(Object val)
Array of blue ratios as doubles between 0.0 and 1.0. |
void |
setColors(Object val)
Array of colors as OLE_COLORs. |
void |
setGreenValues(Object val)
Array of green ratios as doubles between 0.0 and 1.0. |
void |
setLUT(ITable rhs1)
The lookup table (OBJECTID, VALUE) for remaping from index to pixel value. |
void |
setRedValues(Object val)
Array of red ratios as doubles between 0.0 and 1.0. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public RasterColormap()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public RasterColormap(Object obj)
throws IOException
RasterColormap theRasterColormap = (RasterColormap) obj;
obj to RasterColormap.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public Object getRedValues()
throws IOException,
AutomationException
getRedValues in interface IRasterColormapIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRedValues(Object val)
throws IOException,
AutomationException
setRedValues in interface IRasterColormapval - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getGreenValues()
throws IOException,
AutomationException
getGreenValues in interface IRasterColormapIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGreenValues(Object val)
throws IOException,
AutomationException
setGreenValues in interface IRasterColormapval - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getBlueValues()
throws IOException,
AutomationException
getBlueValues in interface IRasterColormapIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBlueValues(Object val)
throws IOException,
AutomationException
setBlueValues in interface IRasterColormapval - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getColors()
throws IOException,
AutomationException
getColors in interface IRasterColormapIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setColors(Object val)
throws IOException,
AutomationException
setColors in interface IRasterColormapval - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int bin(double pixval)
throws IOException,
AutomationException
bin in interface IRasterColormappixval - The pixval (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLUT(ITable rhs1)
throws IOException,
AutomationException
Set the lookup table to map index to raster pixel value.
setLUT in interface IRasterColormap2rhs1 - A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getRemappedColors()
throws IOException,
AutomationException
getRemappedColors in interface IRasterColormap2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getRemappedRedValues()
throws IOException,
AutomationException
getRemappedRedValues in interface IRasterColormap2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getRemappedGreenValues()
throws IOException,
AutomationException
getRemappedGreenValues in interface IRasterColormap2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getRemappedBlueValues()
throws IOException,
AutomationException
getRemappedBlueValues in interface IRasterColormap2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IBinFunction getBinFunction()
throws IOException,
AutomationException
getBinFunction in interface IRasterColormap2IOException - 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 | ||||||||