|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBasicRasterSdeConnection
Provides access to members that control the RasterSDE connection.
IBasicRasterSdeConnection allows you to set up the ArcSDE connection information before loading or manipulating raster dataset in ArcSDE. This interface is used internally and is not recommended in ArcGIS 9.x. Please see IRasterWorkspace or IRasterWorkspaceEx instead.
BasicRasterSdeLoader
Method Summary | |
---|---|
String |
getDatabase()
The database name. |
String |
getInputBitMaskName()
The input 1-bit raster dataset name to be used as mask. |
String |
getInputRasterName()
The input raster dataset name. |
String |
getInstance()
The server instance. |
IRaster |
getMaskRaster()
The input raster mask to be loaded to SDE. |
String |
getPassword()
The password. |
IRaster |
getRaster()
The input raster to be loaded to SDE. |
String |
getSdeRasterName()
The output raster dataset name. |
String |
getServerName()
The server name. |
String |
getUserName()
The username. |
void |
setDatabase(String databaseName)
The database name. |
void |
setInputBitMaskName(String bitMaskName)
The input 1-bit raster dataset name to be used as mask. |
void |
setInputRasterName(String inputName)
The input raster dataset name. |
void |
setInstance(String name)
The server instance. |
void |
setMaskRasterByRef(IRaster maskRaster)
The input raster mask to be loaded to SDE. |
void |
setPassword(String password)
The password. |
void |
setRasterByRef(IRaster raster)
The input raster to be loaded to SDE. |
void |
setSdeRasterName(String outputName)
The output raster dataset name. |
void |
setSdeWorkspaceName(IWorkspaceName rhs1)
The SDE Connection, set through WorkspaceName object. |
void |
setServerName(String name)
The server name. |
void |
setUserName(String userName)
The username. |
Method Detail |
---|
void setServerName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getServerName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInstance(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getInstance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDatabase(String databaseName) throws IOException, AutomationException
databaseName
- The databaseName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDatabase() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSdeRasterName(String outputName) throws IOException, AutomationException
outputName
- The outputName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSdeRasterName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUserName(String userName) throws IOException, AutomationException
userName
- The userName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getUserName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPassword(String password) throws IOException, AutomationException
password
- The password (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPassword() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInputRasterName(String inputName) throws IOException, AutomationException
inputName
- The inputName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getInputRasterName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInputBitMaskName(String bitMaskName) throws IOException, AutomationException
bitMaskName
- The bitMaskName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getInputBitMaskName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSdeWorkspaceName(IWorkspaceName rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRaster getRaster() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(IRaster raster) throws IOException, AutomationException
raster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRaster getMaskRaster() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaskRasterByRef(IRaster maskRaster) throws IOException, AutomationException
maskRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)
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 |