|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageServerDownloadResult
Provides access to the Image Server Download Result Interface.
The Download request returns an ImageServerDownloadResults object, which contains multiple ImageServerDownloadResult objects, each specifies one downloadable file. One file can be a part of multiple logical rasters. The list of raster IDs gives the parent rasters to which this file belong.
Method Summary | |
---|---|
long |
getFileSize()
The download file size in bytes. |
ILongArray |
getRasterIDs()
The list of raster IDs. |
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(String pURI)
The download file name. |
Method Detail |
---|
ILongArray getRasterIDs() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterIDsByRef(ILongArray ppOIDs) throws IOException, AutomationException
ppOIDs
- A reference to a com.esri.arcgis.system.ILongArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getURI() throws IOException, AutomationException
To get a downloadable url, use the GetFile method of IImageServer3.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setURI(String pURI) throws IOException, AutomationException
pURI
- The pURI (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.long getFileSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFileSize(long pSize) throws IOException, AutomationException
pSize
- Unsigned 64-bit int (in)
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 |