com.esri.arcgis.datasourcesraster
Interface IBasicRasterSdeConnection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasicRasterSdeLoader, IBasicRasterSdeConnectionProxy

public interface IBasicRasterSdeConnection
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID055452c1_0582_4863_b73e_1185095c2cc9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDatabase()
          The database name.
 java.lang.String getInputBitMaskName()
          The input 1-bit raster dataset name to be used as mask.
 java.lang.String getInputRasterName()
          The input raster dataset name.
 java.lang.String getInstance()
          The server instance.
 IRaster getMaskRaster()
          The input raster mask to be loaded to SDE.
 java.lang.String getPassword()
          The password.
 IRaster getRaster()
          The input raster to be loaded to SDE.
 java.lang.String getSdeRasterName()
          The output raster dataset name.
 java.lang.String getServerName()
          The server name.
 java.lang.String getUserName()
          The username.
 void setDatabase(java.lang.String databaseName)
          The database name.
 void setInputBitMaskName(java.lang.String bitMaskName)
          The input 1-bit raster dataset name to be used as mask.
 void setInputRasterName(java.lang.String inputName)
          The input raster dataset name.
 void setInstance(java.lang.String name)
          The server instance.
 void setMaskRasterByRef(IRaster maskRaster)
          The input raster mask to be loaded to SDE.
 void setPassword(java.lang.String password)
          The password.
 void setRasterByRef(IRaster raster)
          The input raster to be loaded to SDE.
 void setSdeRasterName(java.lang.String outputName)
          The output raster dataset name.
 void setSdeWorkspaceName(IWorkspaceName rhs1)
          The SDE Connection, set through WorkspaceName object.
 void setServerName(java.lang.String name)
          The server name.
 void setUserName(java.lang.String userName)
          The username.
 

Field Detail

IID055452c1_0582_4863_b73e_1185095c2cc9

static final int IID055452c1_0582_4863_b73e_1185095c2cc9
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setServerName

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

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

getServerName

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

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInstance

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

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

getInstance

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

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDatabase

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

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

getDatabase

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

Returns:
The databaseName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSdeRasterName

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

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

getSdeRasterName

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

Returns:
The outputName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUserName

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

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

getUserName

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

Returns:
The userName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPassword

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

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

getPassword

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

Returns:
The password
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInputRasterName

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

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

getInputRasterName

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

Returns:
The inputName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInputBitMaskName

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

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

getInputBitMaskName

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

Returns:
The bitMaskName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSdeWorkspaceName

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

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

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

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

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

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

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

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

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

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.