|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBasicRasterSdeConnection
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 |
|---|
static final int IID055452c1_0582_4863_b73e_1185095c2cc9
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setServerName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getServerName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInstance(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getInstance()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDatabase(java.lang.String databaseName)
throws java.io.IOException,
AutomationException
databaseName - The databaseName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getDatabase()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSdeRasterName(java.lang.String outputName)
throws java.io.IOException,
AutomationException
outputName - The outputName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getSdeRasterName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUserName(java.lang.String userName)
throws java.io.IOException,
AutomationException
userName - The userName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getUserName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPassword(java.lang.String password)
throws java.io.IOException,
AutomationException
password - The password (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getPassword()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInputRasterName(java.lang.String inputName)
throws java.io.IOException,
AutomationException
inputName - The inputName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getInputRasterName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInputBitMaskName(java.lang.String bitMaskName)
throws java.io.IOException,
AutomationException
bitMaskName - The bitMaskName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getInputBitMaskName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSdeWorkspaceName(IWorkspaceName rhs1)
throws java.io.IOException,
AutomationException
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.
IRaster getRaster()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRasterByRef(IRaster raster)
throws java.io.IOException,
AutomationException
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.
IRaster getMaskRaster()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaskRasterByRef(IRaster maskRaster)
throws java.io.IOException,
AutomationException
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||