public interface IDrLoader
extends java.io.Serializable
Description: 'Provides access to members that controls a distributed raster catalog loader.' 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 |
IID5e1714cd_cbca_458e_88ce_06f0ca5cccdf |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancels loading.
|
java.lang.String |
getInvalidDatasets()
The current list of semicolon delimited failed dataset names.
|
IErrorInfo |
getLastError()
The last loading error.
|
IRasterCatalogLoader |
getRasterCatalogLoader()
The raster catalog loader to be distributed.
|
java.lang.String |
getServerName()
The ArcGIS server name to host loaders.
|
void |
getStats(java.lang.String[] pName,
double[] pMillis)
Gets the current loading stats.
|
int |
getThreadHandle()
Gets the loading thread handle.
|
boolean |
isBusy()
Indicates if the loader is currently busy.
|
void |
load(java.lang.String catalog,
java.lang.String directory)
Loads all datasets in a directory into a given raster catalog.
|
void |
loadDatasets(java.lang.String catalog,
java.lang.String namelist)
Loads all datasets in a name list into a given raster catalog.
|
void |
setRasterCatalogLoaderByRef(IRasterCatalogLoader ppLoader)
The raster catalog loader to be distributed.
|
void |
setServerName(java.lang.String pServerName)
The ArcGIS server name to host loaders.
|
static final int IID5e1714cd_cbca_458e_88ce_06f0ca5cccdf
static final int xxDummy
static final java.lang.String IID
java.lang.String getServerName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setServerName(java.lang.String pServerName) throws java.io.IOException, AutomationException
pServerName
- The pServerName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterCatalogLoader getRasterCatalogLoader() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterCatalogLoaderByRef(IRasterCatalogLoader ppLoader) throws java.io.IOException, AutomationException
ppLoader
- A reference to a com.esri.arcgis.datasourcesraster.IRasterCatalogLoader (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getInvalidDatasets() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isBusy() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IErrorInfo getLastError() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void load(java.lang.String catalog, java.lang.String directory) throws java.io.IOException, AutomationException
catalog
- The catalog (in)directory
- The directory (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void loadDatasets(java.lang.String catalog, java.lang.String namelist) throws java.io.IOException, AutomationException
catalog
- The catalog (in)namelist
- The namelist (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void cancel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getStats(java.lang.String[] pName, double[] pMillis) throws java.io.IOException, AutomationException
pName
- The pName (out: use single element array)pMillis
- The pMillis (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getThreadHandle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.