public interface IImageServerDownloadResult
extends java.io.Serializable
Description: 'Provides access to the Image Server Download Result Interface.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe01cc9c6_5f06_45b2_9973_2a21c0e255da |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
long |
getFileSize()
The download file size in bytes.
|
ILongArray |
getRasterIDs()
The list of raster IDs.
|
java.lang.String |
getURI()
The download file name.
|
void |
setFileSize(long pSize)
The download file size in bytes.
|
void |
setRasterIDsByRef(ILongArray ppOIDs)
The list of raster IDs.
|
void |
setURI(java.lang.String pURI)
The download file name.
|
static final int IIDe01cc9c6_5f06_45b2_9973_2a21c0e255da
static final int xxDummy
static final java.lang.String IID
ILongArray getRasterIDs() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterIDsByRef(ILongArray ppOIDs) throws java.io.IOException, AutomationException
ppOIDs
- A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getURI() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setURI(java.lang.String pURI) throws java.io.IOException, AutomationException
pURI
- The pURI (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.long getFileSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFileSize(long pSize) throws java.io.IOException, AutomationException
pSize
- Unsigned 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.