Description: 'Provides access to members that control the RasterSDE connection.' 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 IBasicRasterSdeConnectionProxy extends com.esri.arcgis.interop.Dispatch implements IBasicRasterSdeConnection, 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, IID055452c1_0582_4863_b73e_1185095c2cc9
Modifier | Constructor and Description |
---|---|
|
IBasicRasterSdeConnectionProxy()
Deprecated.
For internal use only
|
|
IBasicRasterSdeConnectionProxy(java.lang.Object obj)
Deprecated.
|
protected |
IBasicRasterSdeConnectionProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IBasicRasterSdeConnectionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IBasicRasterSdeConnectionProxy(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.
|
java.lang.String |
getDatabase()
Deprecated.
The database name.
|
java.lang.String |
getInputBitMaskName()
Deprecated.
The input 1-bit raster dataset name to be used as mask.
|
java.lang.String |
getInputRasterName()
Deprecated.
The input raster dataset name.
|
java.lang.String |
getInstance()
Deprecated.
The server instance.
|
IRaster |
getMaskRaster()
Deprecated.
The input raster mask to be loaded to SDE.
|
java.lang.String |
getPassword()
Deprecated.
The password.
|
IRaster |
getRaster()
Deprecated.
The input raster to be loaded to SDE.
|
java.lang.String |
getSdeRasterName()
Deprecated.
The output raster dataset name.
|
java.lang.String |
getServerName()
Deprecated.
The server name.
|
java.lang.String |
getUserName()
Deprecated.
The username.
|
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 |
setDatabase(java.lang.String databaseName)
Deprecated.
The database name.
|
void |
setInputBitMaskName(java.lang.String bitMaskName)
Deprecated.
The input 1-bit raster dataset name to be used as mask.
|
void |
setInputRasterName(java.lang.String inputName)
Deprecated.
The input raster dataset name.
|
void |
setInstance(java.lang.String name)
Deprecated.
The server instance.
|
void |
setMaskRasterByRef(IRaster maskRaster)
Deprecated.
The input raster mask to be loaded to SDE.
|
void |
setPassword(java.lang.String password)
Deprecated.
The password.
|
void |
setRasterByRef(IRaster raster)
Deprecated.
The input raster to be loaded to SDE.
|
void |
setSdeRasterName(java.lang.String outputName)
Deprecated.
The output raster dataset name.
|
void |
setSdeWorkspaceName(IWorkspaceName rhs1)
Deprecated.
The SDE Connection, set through WorkspaceName object.
|
void |
setServerName(java.lang.String name)
Deprecated.
The server name.
|
void |
setUserName(java.lang.String userName)
Deprecated.
The username.
|
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 IBasicRasterSdeConnectionProxy(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 IBasicRasterSdeConnectionProxy()
public IBasicRasterSdeConnectionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IBasicRasterSdeConnectionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IBasicRasterSdeConnectionProxy(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 void setServerName(java.lang.String name) throws java.io.IOException, AutomationException
setServerName
in interface IBasicRasterSdeConnection
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getServerName() throws java.io.IOException, AutomationException
getServerName
in interface IBasicRasterSdeConnection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setInstance(java.lang.String name) throws java.io.IOException, AutomationException
setInstance
in interface IBasicRasterSdeConnection
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getInstance() throws java.io.IOException, AutomationException
getInstance
in interface IBasicRasterSdeConnection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDatabase(java.lang.String databaseName) throws java.io.IOException, AutomationException
setDatabase
in interface IBasicRasterSdeConnection
databaseName
- The databaseName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDatabase() throws java.io.IOException, AutomationException
getDatabase
in interface IBasicRasterSdeConnection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSdeRasterName(java.lang.String outputName) throws java.io.IOException, AutomationException
setSdeRasterName
in interface IBasicRasterSdeConnection
outputName
- The outputName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSdeRasterName() throws java.io.IOException, AutomationException
getSdeRasterName
in interface IBasicRasterSdeConnection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setUserName(java.lang.String userName) throws java.io.IOException, AutomationException
setUserName
in interface IBasicRasterSdeConnection
userName
- The userName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getUserName() throws java.io.IOException, AutomationException
getUserName
in interface IBasicRasterSdeConnection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPassword(java.lang.String password) throws java.io.IOException, AutomationException
setPassword
in interface IBasicRasterSdeConnection
password
- The password (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getPassword() throws java.io.IOException, AutomationException
getPassword
in interface IBasicRasterSdeConnection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setInputRasterName(java.lang.String inputName) throws java.io.IOException, AutomationException
setInputRasterName
in interface IBasicRasterSdeConnection
inputName
- The inputName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getInputRasterName() throws java.io.IOException, AutomationException
getInputRasterName
in interface IBasicRasterSdeConnection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setInputBitMaskName(java.lang.String bitMaskName) throws java.io.IOException, AutomationException
setInputBitMaskName
in interface IBasicRasterSdeConnection
bitMaskName
- The bitMaskName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getInputBitMaskName() throws java.io.IOException, AutomationException
getInputBitMaskName
in interface IBasicRasterSdeConnection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSdeWorkspaceName(IWorkspaceName rhs1) throws java.io.IOException, AutomationException
setSdeWorkspaceName
in interface IBasicRasterSdeConnection
rhs1
- A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IRaster getRaster() throws java.io.IOException, AutomationException
getRaster
in interface IBasicRasterSdeConnection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRasterByRef(IRaster raster) throws java.io.IOException, AutomationException
setRasterByRef
in interface IBasicRasterSdeConnection
raster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IRaster getMaskRaster() throws java.io.IOException, AutomationException
getMaskRaster
in interface IBasicRasterSdeConnection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMaskRasterByRef(IRaster maskRaster) throws java.io.IOException, AutomationException
setMaskRasterByRef
in interface IBasicRasterSdeConnection
maskRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.