com.esri.arcgis.carto
Interface IImageServerDownloadResult

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IImageServerDownloadResultProxy, ImageServerDownloadResult

public interface IImageServerDownloadResult
extends java.io.Serializable

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

IIDe01cc9c6_5f06_45b2_9973_2a21c0e255da

static final int IIDe01cc9c6_5f06_45b2_9973_2a21c0e255da
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getRasterIDs

ILongArray getRasterIDs()
                        throws java.io.IOException,
                               AutomationException
The list of raster IDs.

Returns:
A reference to a com.esri.arcgis.system.ILongArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterIDsByRef

void setRasterIDsByRef(ILongArray ppOIDs)
                       throws java.io.IOException,
                              AutomationException
The list of raster IDs.

Parameters:
ppOIDs - A reference to a com.esri.arcgis.system.ILongArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getURI

java.lang.String getURI()
                        throws java.io.IOException,
                               AutomationException
The download file name.

Returns:
The pURI
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setURI

void setURI(java.lang.String pURI)
            throws java.io.IOException,
                   AutomationException
The download file name.

Parameters:
pURI - The pURI (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFileSize

long getFileSize()
                 throws java.io.IOException,
                        AutomationException
The download file size in bytes.

Returns:
Unsigned 64-bit int
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFileSize

void setFileSize(long pSize)
                 throws java.io.IOException,
                        AutomationException
The download file size in bytes.

Parameters:
pSize - Unsigned 64-bit int (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.