public class DrLoader extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IDrLoader
Description '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 =
IID, IID5e1714cd_cbca_458e_88ce_06f0ca5cccdf, xxDummy| Constructor and Description |
|---|
DrLoader()
Constructs a DrLoader using ArcGIS Engine.
|
DrLoader(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
DrLoader theDrLoader = (DrLoader) obj; |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels loading.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
java.lang.String |
getInvalidDatasets()
The current list of semicolon delimited failed dataset names.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
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.
|
int |
hashCode()
the hashcode for this object
|
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 |
release()
Release this COM object reference
|
void |
setRasterCatalogLoaderByRef(IRasterCatalogLoader ppLoader)
The raster catalog loader to be distributed.
|
void |
setServerName(java.lang.String pServerName)
The ArcGIS server name to host loaders.
|
public DrLoader()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic DrLoader(java.lang.Object obj)
throws java.io.IOException
DrLoader theDrLoader = (DrLoader) obj;obj to DrLoader.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic java.lang.String getServerName()
throws java.io.IOException,
AutomationException
getServerName in interface IDrLoaderjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setServerName(java.lang.String pServerName)
throws java.io.IOException,
AutomationException
setServerName in interface IDrLoaderpServerName - The pServerName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRasterCatalogLoader getRasterCatalogLoader() throws java.io.IOException, AutomationException
getRasterCatalogLoader in interface IDrLoaderjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setRasterCatalogLoaderByRef(IRasterCatalogLoader ppLoader) throws java.io.IOException, AutomationException
setRasterCatalogLoaderByRef in interface IDrLoaderppLoader - 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.public java.lang.String getInvalidDatasets()
throws java.io.IOException,
AutomationException
getInvalidDatasets in interface IDrLoaderjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isBusy()
throws java.io.IOException,
AutomationException
isBusy in interface IDrLoaderjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IErrorInfo getLastError() throws java.io.IOException, AutomationException
getLastError in interface IDrLoaderjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void load(java.lang.String catalog,
java.lang.String directory)
throws java.io.IOException,
AutomationException
load in interface IDrLoadercatalog - The catalog (in)directory - The directory (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void loadDatasets(java.lang.String catalog,
java.lang.String namelist)
throws java.io.IOException,
AutomationException
loadDatasets in interface IDrLoadercatalog - The catalog (in)namelist - The namelist (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void cancel()
throws java.io.IOException,
AutomationException
cancel in interface IDrLoaderjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getStats(java.lang.String[] pName,
double[] pMillis)
throws java.io.IOException,
AutomationException
getStats in interface IDrLoaderpName - 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.public int getThreadHandle()
throws java.io.IOException,
AutomationException
getThreadHandle in interface IDrLoaderjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.