|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.animation.ISequentialImageExporterProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public ISequentialImageExporterProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ISequentialImageExporterProxy()
public ISequentialImageExporterProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISequentialImageExporterProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISequentialImageExporterProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setFolderName(java.lang.String pFolderName) throws java.io.IOException, AutomationException
setFolderName
in interface ISequentialImageExporter
pFolderName
- The pFolderName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFolderName() throws java.io.IOException, AutomationException
getFolderName
in interface ISequentialImageExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setImagePrefix(java.lang.String pImagePrefix) throws java.io.IOException, AutomationException
setImagePrefix
in interface ISequentialImageExporter
pImagePrefix
- The pImagePrefix (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getImagePrefix() throws java.io.IOException, AutomationException
getImagePrefix
in interface ISequentialImageExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setImageFormat(java.lang.String pImageFormat) throws java.io.IOException, AutomationException
setImageFormat
in interface ISequentialImageExporter
pImageFormat
- The pImageFormat (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getImageFormat() throws java.io.IOException, AutomationException
getImageFormat
in interface ISequentialImageExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setImagesPerSecond(int pImagesPerSecond) throws java.io.IOException, AutomationException
setImagesPerSecond
in interface ISequentialImageExporter
pImagesPerSecond
- The pImagesPerSecond (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getImagesPerSecond() throws java.io.IOException, AutomationException
getImagesPerSecond
in interface ISequentialImageExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getImageCount() throws java.io.IOException, AutomationException
getImageCount
in interface ISequentialImageExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFolderSize() throws java.io.IOException, AutomationException
getFolderSize
in interface ISequentialImageExporter
java.io.IOException
- 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 |