|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IImageServerDownloadResult
COM Interface 'IImageServerDownloadResult'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDe01cc9c6_5f06_45b2_9973_2a21c0e255da
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int IIDe01cc9c6_5f06_45b2_9973_2a21c0e255da
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||