|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.datamanagementtools.CreateArcSDEConnectionFile
public class CreateArcSDEConnectionFile
Creates an ArcSDE connection file for use in connecting to ArcSDE geodatabases. The Create ArcSDE Connection File tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CreateArcSDEConnectionFile()
Creates the Create ArcSDE Connection File tool with defaults. |
|
CreateArcSDEConnectionFile(Object outFolderPath,
String outName,
String server,
String service)
Creates the Create ArcSDE Connection File tool with the required parameters. |
Method Summary | |
---|---|
String |
getAccountAuthentication()
Returns the Database authentication parameter of this tool . |
Object |
getConnectionFileName()
Returns the Connection File Name parameter of this tool (Read only). |
String |
getDatabase()
Returns the Database parameter of this tool . |
Object |
getOutFolderPath()
Returns the ArcSDE Connection File Location parameter of this tool . |
String |
getOutName()
Returns the ArcSDE Connection File Name parameter of this tool . |
Object |
getPassword()
Returns the Password parameter of this tool . |
String |
getSaveUsernamePassword()
Returns the Save username and password parameter of this tool . |
String |
getSaveVersionInfo()
Returns the Save the transactional version name with the connection file parameter of this tool . |
String |
getServer()
Returns the Server parameter of this tool . |
String |
getService()
Returns the Service parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
String |
getUsername()
Returns the Username parameter of this tool . |
String |
getVersion()
Returns the The following transactional version will be used parameter of this tool . |
void |
setAccountAuthentication(String accountAuthentication)
Sets the Database authentication parameter of this tool . |
void |
setDatabase(String database)
Sets the Database parameter of this tool . |
void |
setOutFolderPath(Object outFolderPath)
Sets the ArcSDE Connection File Location parameter of this tool . |
void |
setOutName(String outName)
Sets the ArcSDE Connection File Name parameter of this tool . |
void |
setPassword(Object password)
Sets the Password parameter of this tool . |
void |
setSaveUsernamePassword(String saveUsernamePassword)
Sets the Save username and password parameter of this tool . |
void |
setSaveVersionInfo(String saveVersionInfo)
Sets the Save the transactional version name with the connection file parameter of this tool . |
void |
setServer(String server)
Sets the Server parameter of this tool . |
void |
setService(String service)
Sets the Service parameter of this tool . |
void |
setUsername(String username)
Sets the Username parameter of this tool . |
void |
setVersion(String version)
Sets the The following transactional version will be used parameter of this tool . |
Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
getParameterValues, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateArcSDEConnectionFile()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CreateArcSDEConnectionFile(Object outFolderPath, String outName, String server, String service)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
outFolderPath
- the folder path where the .sde file will be stored.outName
- the name of the ArcSDE Connection file. Use the .sde file extension.server
- the ArcSDE Server machine name.service
- the ArcSDE Service name or TCP port number.Method Detail |
---|
public Object getOutFolderPath()
public void setOutFolderPath(Object outFolderPath)
outFolderPath
- the folder path where the .sde file will be stored.public String getOutName()
public void setOutName(String outName)
outName
- the name of the ArcSDE Connection file. Use the .sde file extension.public String getServer()
public void setServer(String server)
server
- the ArcSDE Server machine name.public String getService()
public void setService(String service)
service
- the ArcSDE Service name or TCP port number.public String getDatabase()
public void setDatabase(String database)
database
- for non-Oracle databases only. The DBMS database to connect to.public String getAccountAuthentication()
public void setAccountAuthentication(String accountAuthentication)
accountAuthentication
- nullpublic String getUsername()
public void setUsername(String username)
username
- database username to connect with using Database Authentication.public Object getPassword()
public void setPassword(Object password)
password
- the database user password when using Database Authentication.public String getSaveUsernamePassword()
public void setSaveUsernamePassword(String saveUsernamePassword)
saveUsernamePassword
- nullpublic String getVersion()
public void setVersion(String version)
version
- the Geodatabase version to connect to.public String getSaveVersionInfo()
public void setSaveVersionInfo(String saveVersionInfo)
saveVersionInfo
- nullpublic Object getConnectionFileName()
public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |