com.esri.arcgis.datasourcesraster
Class IBasicRasterSdeConnectionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IBasicRasterSdeConnectionProxy
All Implemented Interfaces:
IBasicRasterSdeConnection, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IBasicRasterSdeConnection'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IBasicRasterSdeConnection
IID, IID055452c1_0582_4863_b73e_1185095c2cc9
 
Constructor Summary
  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.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 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.  
 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.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IBasicRasterSdeConnectionProxy

public IBasicRasterSdeConnectionProxy(java.lang.String CLSID,
                                      java.lang.String host,
                                      com.esri.arcgis.interop.AuthInfo authInfo)
                               throws java.net.UnknownHostException,
                                      java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IBasicRasterSdeConnectionProxy

public IBasicRasterSdeConnectionProxy()
Deprecated. 
For internal use only


IBasicRasterSdeConnectionProxy

public IBasicRasterSdeConnectionProxy(java.lang.Object obj)
                               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IBasicRasterSdeConnectionProxy

protected IBasicRasterSdeConnectionProxy(java.lang.Object obj,
                                         java.lang.String iid)
                                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IBasicRasterSdeConnectionProxy

protected IBasicRasterSdeConnectionProxy(java.lang.String CLSID,
                                         java.lang.String iid,
                                         java.lang.String host,
                                         com.esri.arcgis.interop.AuthInfo authInfo)
                                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setServerName

public void setServerName(java.lang.String name)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The server name.

Specified by:
setServerName in interface IBasicRasterSdeConnection
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServerName

public java.lang.String getServerName()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The server name.

Specified by:
getServerName in interface IBasicRasterSdeConnection
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInstance

public void setInstance(java.lang.String name)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The server instance.

Specified by:
setInstance in interface IBasicRasterSdeConnection
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInstance

public java.lang.String getInstance()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The server instance.

Specified by:
getInstance in interface IBasicRasterSdeConnection
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDatabase

public void setDatabase(java.lang.String databaseName)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The database name.

Specified by:
setDatabase in interface IBasicRasterSdeConnection
Parameters:
databaseName - The databaseName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDatabase

public java.lang.String getDatabase()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The database name.

Specified by:
getDatabase in interface IBasicRasterSdeConnection
Returns:
The databaseName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSdeRasterName

public void setSdeRasterName(java.lang.String outputName)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The output raster dataset name.

Specified by:
setSdeRasterName in interface IBasicRasterSdeConnection
Parameters:
outputName - The outputName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSdeRasterName

public java.lang.String getSdeRasterName()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The output raster dataset name.

Specified by:
getSdeRasterName in interface IBasicRasterSdeConnection
Returns:
The outputName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUserName

public void setUserName(java.lang.String userName)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The username.

Specified by:
setUserName in interface IBasicRasterSdeConnection
Parameters:
userName - The userName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUserName

public java.lang.String getUserName()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The username.

Specified by:
getUserName in interface IBasicRasterSdeConnection
Returns:
The userName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPassword

public void setPassword(java.lang.String password)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The password.

Specified by:
setPassword in interface IBasicRasterSdeConnection
Parameters:
password - The password (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPassword

public java.lang.String getPassword()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The password.

Specified by:
getPassword in interface IBasicRasterSdeConnection
Returns:
The password
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInputRasterName

public void setInputRasterName(java.lang.String inputName)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The input raster dataset name.

Specified by:
setInputRasterName in interface IBasicRasterSdeConnection
Parameters:
inputName - The inputName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInputRasterName

public java.lang.String getInputRasterName()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The input raster dataset name.

Specified by:
getInputRasterName in interface IBasicRasterSdeConnection
Returns:
The inputName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInputBitMaskName

public void setInputBitMaskName(java.lang.String bitMaskName)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The input 1-bit raster dataset name to be used as mask.

Specified by:
setInputBitMaskName in interface IBasicRasterSdeConnection
Parameters:
bitMaskName - The bitMaskName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInputBitMaskName

public java.lang.String getInputBitMaskName()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The input 1-bit raster dataset name to be used as mask.

Specified by:
getInputBitMaskName in interface IBasicRasterSdeConnection
Returns:
The bitMaskName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSdeWorkspaceName

public void setSdeWorkspaceName(IWorkspaceName rhs1)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The SDE Connection, set through WorkspaceName object.

Specified by:
setSdeWorkspaceName in interface IBasicRasterSdeConnection
Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRaster

public IRaster getRaster()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The input raster to be loaded to SDE.

Specified by:
getRaster in interface IBasicRasterSdeConnection
Returns:
A reference to a com.esri.arcgis.geodatabase.IRaster
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

public void setRasterByRef(IRaster raster)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The input raster to be loaded to SDE.

Specified by:
setRasterByRef in interface IBasicRasterSdeConnection
Parameters:
raster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaskRaster

public IRaster getMaskRaster()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The input raster mask to be loaded to SDE.

Specified by:
getMaskRaster in interface IBasicRasterSdeConnection
Returns:
A reference to a com.esri.arcgis.geodatabase.IRaster
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaskRasterByRef

public void setMaskRasterByRef(IRaster maskRaster)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The input raster mask to be loaded to SDE.

Specified by:
setMaskRasterByRef in interface IBasicRasterSdeConnection
Parameters:
maskRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.