|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.output.AIDriver
Superseded by ExportAI. Adobe Illustator Driver Class.
| Constructor Summary | |
AIDriver()
Constructs a AIDriver using ArcGIS Engine. |
|
AIDriver(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
void |
createAI(java.lang.String inputFileName,
java.lang.String outputFileName)
Converts the EMF file to a AI File. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
int |
getAIDriverOptions()
Adobe Illustrator Driver options. |
IAIDriver |
getAsIAIDriver()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IStepProgressorSetup |
getAsIStepProgressorSetup()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
ITrackCancelSetup |
getAsITrackCancelSetup()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
static java.lang.String |
getClsid()
|
int |
hashCode()
the hashcode for this object |
void |
setAIDriverOptions(int aiOptions)
Adobe Illustrator Driver options. |
void |
setStepProgressor(IStepProgressor rhs1)
Updates a Progress Bar. |
void |
setTrackCancel(ITrackCancel rhs1)
Reacts to a Cancel. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AIDriver()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public AIDriver(java.lang.Object obj)
throws java.io.IOException
obj to AIDriver. AIDriver theAIDriver = (AIDriver) obj;
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
public static java.lang.String getClsid()
public IAIDriver getAsIAIDriver()
public IStepProgressorSetup getAsIStepProgressorSetup()
public ITrackCancelSetup getAsITrackCancelSetup()
public boolean equals(java.lang.Object o)
public int hashCode()
public void createAI(java.lang.String inputFileName,
java.lang.String outputFileName)
throws java.io.IOException,
AutomationException
IAIDriver
createAI in interface IAIDriverinputFileName - The inputFileName (in)outputFileName - The outputFileName (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getAIDriverOptions()
throws java.io.IOException,
AutomationException
IAIDriver
getAIDriverOptions in interface IAIDriverAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setAIDriverOptions(int aiOptions)
throws java.io.IOException,
AutomationException
IAIDriver
setAIDriverOptions in interface IAIDriveraiOptions - A com.esri.arcgis.output.esriAIDriverOptions constant (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setStepProgressor(IStepProgressor rhs1)
throws java.io.IOException,
AutomationException
IStepProgressorSetup
setStepProgressor in interface IStepProgressorSetuprhs1 - A reference to a com.esri.arcgis.system.IStepProgressor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTrackCancel(ITrackCancel rhs1)
throws java.io.IOException,
AutomationException
ITrackCancelSetup
setTrackCancel in interface ITrackCancelSetuprhs1 - A reference to a com.esri.arcgis.system.ITrackCancel (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||