|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.display.BasicRasterPicture
public class BasicRasterPicture
A lightweight object for displaying some raster formats in a simple manner.
| Constructor Summary | |
|---|---|
BasicRasterPicture()
Constructs a BasicRasterPicture using ArcGIS Engine. |
|
BasicRasterPicture(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. BasicRasterPicture theBasicRasterPicture = (BasicRasterPicture) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IColor |
getTransparentColor()
The transparent color if there is any. |
int |
hashCode()
the hashcode for this object |
IPicture |
loadPicture(String fileName)
Loads the picture. |
| 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 BasicRasterPicture()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public BasicRasterPicture(Object obj)
throws IOException
BasicRasterPicture theBasicRasterPicture = (BasicRasterPicture) obj;
obj to BasicRasterPicture.
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 IPicture loadPicture(String fileName)
throws IOException,
AutomationException
loadPicture in interface IRasterPicturefileName - The fileName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getTransparentColor()
throws IOException,
AutomationException
getTransparentColor in interface IRasterPictureIOException - 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 | ||||||||