|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcmapui.AVImageThemeImporter
public class AVImageThemeImporter
A mechanism for importing image themes from Arc View 3.x into ArcGIS.
| Constructor Summary | |
|---|---|
AVImageThemeImporter()
Constructs a AVImageThemeImporter using ArcGIS Engine. |
|
AVImageThemeImporter(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. AVImageThemeImporter theAVImageThemeImporter = (AVImageThemeImporter) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
ILayer |
esri_import(IAVObject themeObject,
IAVObjectConverter pConverter)
Imports the AV theme object into a layer object. |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
boolean |
isCanImport(IAVObject themeObject,
IAVObjectConverter pConverter)
Indicates if the importer supports the given type of AV theme object. |
| 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 AVImageThemeImporter()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problemspublic AVImageThemeImporter(Object obj)
throws IOException
AVImageThemeImporter theAVImageThemeImporter = (AVImageThemeImporter) obj;
obj to AVImageThemeImporter.
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 Objectpublic boolean isCanImport(IAVObject themeObject,
IAVObjectConverter pConverter)
throws IOException,
AutomationException
isCanImport in interface IAVThemeImporterthemeObject - A reference to a com.esri.arcgis.cartoUI.IAVObject (in)pConverter - A reference to a com.esri.arcgis.cartoUI.IAVObjectConverter (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public ILayer esri_import(IAVObject themeObject,
IAVObjectConverter pConverter)
throws IOException,
AutomationException
esri_import in interface IAVThemeImporterthemeObject - A reference to a com.esri.arcgis.cartoUI.IAVObject (in)pConverter - A reference to a com.esri.arcgis.cartoUI.IAVObjectConverter (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||