com.esri.arcgis.animation
Class ISequentialImageExporterProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.animation.ISequentialImageExporterProxy
All Implemented Interfaces:
ISequentialImageExporter, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ISequentialImageExporter'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriAnimation.olb'

Description: 'Provides access to members that control the sequential image exporter.' 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 =

public class ISequentialImageExporterProxy
extends com.esri.arcgis.interop.Dispatch
implements ISequentialImageExporter, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.animation.ISequentialImageExporter
IID, IID618a11e0_2f95_4f40_97ad_6cd0f7a2df2c
 
Constructor Summary
  ISequentialImageExporterProxy()
          Deprecated. For internal use only
  ISequentialImageExporterProxy(java.lang.Object obj)
          Deprecated.  
protected ISequentialImageExporterProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ISequentialImageExporterProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ISequentialImageExporterProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.String getFolderName()
          Deprecated. The folder name to be used during sequential image export.
 int getFolderSize()
          Deprecated. The folder size to be written during sequential image export.
 int getImageCount()
          Deprecated. The number of images to be exported during sequential image export.
 java.lang.String getImageFormat()
          Deprecated. The image format to be used during sequential image export.
 java.lang.String getImagePrefix()
          Deprecated. The image prefix to be used during sequential image export.
 int getImagesPerSecond()
          Deprecated. The images per second to be exported during sequential image export.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setFolderName(java.lang.String pFolderName)
          Deprecated. The folder name to be used during sequential image export.
 void setImageFormat(java.lang.String pImageFormat)
          Deprecated. The image format to be used during sequential image export.
 void setImagePrefix(java.lang.String pImagePrefix)
          Deprecated. The image prefix to be used during sequential image export.
 void setImagesPerSecond(int pImagesPerSecond)
          Deprecated. The images per second to be exported during sequential image export.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ISequentialImageExporterProxy

public ISequentialImageExporterProxy(java.lang.String CLSID,
                                     java.lang.String host,
                                     com.esri.arcgis.interop.AuthInfo authInfo)
                              throws java.net.UnknownHostException,
                                     java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ISequentialImageExporterProxy

public ISequentialImageExporterProxy()
Deprecated. 
For internal use only


ISequentialImageExporterProxy

public ISequentialImageExporterProxy(java.lang.Object obj)
                              throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISequentialImageExporterProxy

protected ISequentialImageExporterProxy(java.lang.Object obj,
                                        java.lang.String iid)
                                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISequentialImageExporterProxy

protected ISequentialImageExporterProxy(java.lang.String CLSID,
                                        java.lang.String iid,
                                        java.lang.String host,
                                        com.esri.arcgis.interop.AuthInfo authInfo)
                                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setFolderName

public void setFolderName(java.lang.String pFolderName)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The folder name to be used during sequential image export.

Specified by:
setFolderName in interface ISequentialImageExporter
Parameters:
pFolderName - The pFolderName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFolderName

public java.lang.String getFolderName()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The folder name to be used during sequential image export.

Specified by:
getFolderName in interface ISequentialImageExporter
Returns:
The pFolderName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setImagePrefix

public void setImagePrefix(java.lang.String pImagePrefix)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The image prefix to be used during sequential image export.

Specified by:
setImagePrefix in interface ISequentialImageExporter
Parameters:
pImagePrefix - The pImagePrefix (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImagePrefix

public java.lang.String getImagePrefix()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The image prefix to be used during sequential image export.

Specified by:
getImagePrefix in interface ISequentialImageExporter
Returns:
The pImagePrefix
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setImageFormat

public void setImageFormat(java.lang.String pImageFormat)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The image format to be used during sequential image export.

Specified by:
setImageFormat in interface ISequentialImageExporter
Parameters:
pImageFormat - The pImageFormat (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageFormat

public java.lang.String getImageFormat()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The image format to be used during sequential image export.

Specified by:
getImageFormat in interface ISequentialImageExporter
Returns:
The pImageFormat
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setImagesPerSecond

public void setImagesPerSecond(int pImagesPerSecond)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The images per second to be exported during sequential image export.

Specified by:
setImagesPerSecond in interface ISequentialImageExporter
Parameters:
pImagesPerSecond - The pImagesPerSecond (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImagesPerSecond

public int getImagesPerSecond()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The images per second to be exported during sequential image export.

Specified by:
getImagesPerSecond in interface ISequentialImageExporter
Returns:
The pImagesPerSecond
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageCount

public int getImageCount()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The number of images to be exported during sequential image export.

Specified by:
getImageCount in interface ISequentialImageExporter
Returns:
The pImageCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFolderSize

public int getFolderSize()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The folder size to be written during sequential image export.

Specified by:
getFolderSize in interface ISequentialImageExporter
Returns:
The pFolderSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.