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 =
public class IDrLoaderProxy extends com.esri.arcgis.interop.Dispatch implements IDrLoader, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID5e1714cd_cbca_458e_88ce_06f0ca5cccdf
Modifier | Constructor and Description |
---|---|
|
IDrLoaderProxy()
Deprecated.
For internal use only
|
|
IDrLoaderProxy(java.lang.Object obj)
Deprecated.
|
protected |
IDrLoaderProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IDrLoaderProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IDrLoaderProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
cancel()
Deprecated.
Cancels loading.
|
java.lang.String |
getInvalidDatasets()
Deprecated.
The current list of semicolon delimited failed dataset names.
|
IErrorInfo |
getLastError()
Deprecated.
The last loading error.
|
IRasterCatalogLoader |
getRasterCatalogLoader()
Deprecated.
The raster catalog loader to be distributed.
|
java.lang.String |
getServerName()
Deprecated.
The ArcGIS server name to host loaders.
|
void |
getStats(java.lang.String[] pName,
double[] pMillis)
Deprecated.
Gets the current loading stats.
|
int |
getThreadHandle()
Deprecated.
Gets the loading thread handle.
|
boolean |
isBusy()
Deprecated.
Indicates if the loader is currently busy.
|
void |
load(java.lang.String catalog,
java.lang.String directory)
Deprecated.
Loads all datasets in a directory into a given raster catalog.
|
void |
loadDatasets(java.lang.String catalog,
java.lang.String namelist)
Deprecated.
Loads all datasets in a name list into a given raster catalog.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setRasterCatalogLoaderByRef(IRasterCatalogLoader ppLoader)
Deprecated.
The raster catalog loader to be distributed.
|
void |
setServerName(java.lang.String pServerName)
Deprecated.
The ArcGIS server name to host loaders.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public IDrLoaderProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IDrLoaderProxy()
public IDrLoaderProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDrLoaderProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDrLoaderProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public java.lang.String getServerName() throws java.io.IOException, AutomationException
getServerName
in interface IDrLoader
java.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 IDrLoader
pServerName
- 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 IDrLoader
java.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 IDrLoader
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.public java.lang.String getInvalidDatasets() throws java.io.IOException, AutomationException
getInvalidDatasets
in interface IDrLoader
java.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 IDrLoader
java.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 IDrLoader
java.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 IDrLoader
catalog
- 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 IDrLoader
catalog
- 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 IDrLoader
java.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 IDrLoader
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.public int getThreadHandle() throws java.io.IOException, AutomationException
getThreadHandle
in interface IDrLoader
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.