com.esri.arcgis.output
Class AIDriver

java.lang.Object
  extended by com.esri.arcgis.output.AIDriver
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, IAIDriver, IStepProgressorSetup, ITrackCancelSetup, java.io.Serializable

public class AIDriver
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IAIDriver, IStepProgressorSetup, ITrackCancelSetup

COM Class 'AIDriver'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description 'Superseded by ExportAI. Adobe Illustator Driver Class.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.output.IAIDriver
IID, IID9e790106_4047_4fb3_be12_8f29106a1f86, xxDummy
 
Fields inherited from interface com.esri.arcgis.output.IStepProgressorSetup
IID, IID1c538193_8806_489c_8a79_4b54c8c18b37, xxDummy
 
Fields inherited from interface com.esri.arcgis.output.ITrackCancelSetup
IID, IID5e091c46_d015_471f_8187_f774c7ad9d48, xxDummy
 
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.
AIDriver theAIDriver = (AIDriver) obj;
 
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.
static java.lang.String getClsid()
          getClsid.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 int hashCode()
          the hashcode for this object
 void release()
          Release a AIDriver.
 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

AIDriver

public AIDriver()
         throws java.io.IOException,
                java.net.UnknownHostException
Constructs a AIDriver using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

AIDriver

public AIDriver(java.lang.Object obj)
         throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
AIDriver theAIDriver = (AIDriver) obj;

Construct a AIDriver using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to AIDriver.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a AIDriver.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

createAI

public void createAI(java.lang.String inputFileName,
                     java.lang.String outputFileName)
              throws java.io.IOException,
                     AutomationException
Converts the EMF file to a AI File.

Specified by:
createAI in interface IAIDriver
Parameters:
inputFileName - The inputFileName (in)
outputFileName - The outputFileName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAIDriverOptions

public int getAIDriverOptions()
                       throws java.io.IOException,
                              AutomationException
Adobe Illustrator Driver options.

Specified by:
getAIDriverOptions in interface IAIDriver
Returns:
A com.esri.arcgis.output.esriAIDriverOptions constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAIDriverOptions

public void setAIDriverOptions(int aiOptions)
                        throws java.io.IOException,
                               AutomationException
Adobe Illustrator Driver options.

Specified by:
setAIDriverOptions in interface IAIDriver
Parameters:
aiOptions - A com.esri.arcgis.output.esriAIDriverOptions constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStepProgressor

public void setStepProgressor(IStepProgressor rhs1)
                       throws java.io.IOException,
                              AutomationException
Updates a Progress Bar.

Specified by:
setStepProgressor in interface IStepProgressorSetup
Parameters:
rhs1 - A reference to a com.esri.arcgis.system.IStepProgressor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTrackCancel

public void setTrackCancel(ITrackCancel rhs1)
                    throws java.io.IOException,
                           AutomationException
Reacts to a Cancel.

Specified by:
setTrackCancel in interface ITrackCancelSetup
Parameters:
rhs1 - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.