public interface IGeometryResourceDownloader
extends java.io.Serializable
Description: 'A callback interface that allows downloading of resources required for geometry.' 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 |
IID8bc49210_4aba_4f32_a642_5d72376f3b82 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
downloadResources(IStringArray remoteURLs,
IStringArray fileNames,
java.lang.String destinationFolder)
Downloads each remoteURLs[i] and saves it under fileNames[i] into the destinationFolder.
|
static final int IID8bc49210_4aba_4f32_a642_5d72376f3b82
static final int xxDummy
static final java.lang.String IID
void downloadResources(IStringArray remoteURLs, IStringArray fileNames, java.lang.String destinationFolder) throws java.io.IOException, AutomationException
remoteURLs
- A reference to a com.esri.arcgis.system.IStringArray (in)fileNames
- A reference to a com.esri.arcgis.system.IStringArray (in)destinationFolder
- The destinationFolder (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.