|
|||||||||
| 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. |
void |
getClassID(GUID[] pClassID)
getClassID |
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). |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
isDirty |
void |
load(IStream pstm)
load |
void |
loadFrom(String colormapFileName)
Loads colors from an ESRI .clr file. |
void |
readExternal(ObjectInput in)
|
void |
save(IStream pstm,
int fClearDirty)
save |
void |
saveTo(String colormapFileName)
Saves colors to an ESRI .clr file. |
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. |
void |
writeExternal(ObjectOutput out)
|
| 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.
public void loadFrom(String colormapFileName)
throws IOException,
AutomationException
loadFrom in interface IRasterColormap3colormapFileName - The colormapFileName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void saveTo(String colormapFileName)
throws IOException,
AutomationException
saveTo in interface IRasterColormap3colormapFileName - The colormapFileName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getClassID(GUID[] pClassID)
throws IOException,
AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isDirty()
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty in interface IPersistStreamIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IStream pstm,
int fClearDirty)
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||