|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.datamanagementtools.CreateReplica
Creates a replica to a personal, file or SDE geodatabase from a specified list of feature classes, layers, datasets and/or tables in an SDE geodatabase. The Create Replica tool is contained in the Data Management Tools tool box.
Software restrictions: none
| Field Summary |
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
vals |
| Constructor Summary | |
CreateReplica()
Creates the Create Replica tool with defaults. |
|
CreateReplica(java.lang.Object inData,
java.lang.String inType,
java.lang.Object outGeodatabase,
java.lang.String outName)
Creates the Create Replica tool with the required parameters. |
|
| Method Summary | |
java.lang.String |
getAccessType()
Returns the Replica Access Type parameter of this tool . |
java.lang.String |
getExpandFeatureClassesAndTables()
Returns the Expand Feature Classes and Tables parameter of this tool . |
java.lang.String |
getGetRelatedData()
Returns the Replicate Related Data parameter of this tool . |
java.lang.Object |
getInData()
Returns the Replica Datasets parameter of this tool . |
java.lang.String |
getInitialDataSender()
Returns the Initial Data Sender parameter of this tool . |
java.lang.String |
getInType()
Returns the Replica Type parameter of this tool . |
java.lang.Object |
getOutChildGeodatabase()
Returns the Output Child Workspace parameter of this tool (Read only). |
java.lang.Object |
getOutGeodatabase()
Returns the Geodatabase to replicate data to parameter of this tool . |
java.lang.String |
getOutName()
Returns the Replica Name parameter of this tool . |
java.lang.String |
getOutputReplicaName()
Returns the Output Replica Name parameter of this tool (Read only). |
java.lang.String |
getReuseSchema()
Returns the Re-use Schema parameter of this tool . |
java.lang.String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
java.lang.String |
getToolboxName()
Returns the name of the tool box containing this tool. |
java.lang.String |
getToolName()
Returns the name of this tool. |
void |
setAccessType(java.lang.String accessType)
Sets the Replica Access Type parameter of this tool . |
void |
setExpandFeatureClassesAndTables(java.lang.String expandFeatureClassesAndTables)
Sets the Expand Feature Classes and Tables parameter of this tool . |
void |
setGetRelatedData(java.lang.String getRelatedData)
Sets the Replicate Related Data parameter of this tool . |
void |
setInData(java.lang.Object inData)
Sets the Replica Datasets parameter of this tool . |
void |
setInitialDataSender(java.lang.String initialDataSender)
Sets the Initial Data Sender parameter of this tool . |
void |
setInType(java.lang.String inType)
Sets the Replica Type parameter of this tool . |
void |
setOutGeodatabase(java.lang.Object outGeodatabase)
Sets the Geodatabase to replicate data to parameter of this tool . |
void |
setOutName(java.lang.String outName)
Sets the Replica Name parameter of this tool . |
void |
setReuseSchema(java.lang.String reuseSchema)
Sets the Re-use Schema 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 CreateReplica()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CreateReplica(java.lang.Object inData,
java.lang.String inType,
java.lang.Object outGeodatabase,
java.lang.String outName)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inData - Feature Layer | Table View | Feature Dataset, the data to be replicated. This list consists of layers and tables referencing versioned, editable data from an ArcSDE geodatabase.inType - String, cHECK_OUT - data is replicated, edited and checked back in one time.outGeodatabase - Workspace, the local or remote geodatabase that will host the child replica. Geodata services are used to represent remote geodatabases. The geodatabase can be an ArcSDE, file or personal geodatabase. For two-way and one-way replicas the child geodatabase must be ArcSDE. For check-out replicas the geodatabase can be personal, file or ArcSDE. If it's a personal or file geodatabase that doesn't exist, it will be created.outName - String, the name that identifies the replica| Method Detail |
public java.lang.Object getInData()
public void setInData(java.lang.Object inData)
inData - Feature Layer | Table View | Feature Dataset, the data to be replicated. This list consists of layers and tables referencing versioned, editable data from an ArcSDE geodatabase.public java.lang.String getInType()
public void setInType(java.lang.String inType)
inType - String, cHECK_OUT - data is replicated, edited and checked back in one time.public java.lang.Object getOutGeodatabase()
public void setOutGeodatabase(java.lang.Object outGeodatabase)
outGeodatabase - Workspace, the local or remote geodatabase that will host the child replica. Geodata services are used to represent remote geodatabases. The geodatabase can be an ArcSDE, file or personal geodatabase. For two-way and one-way replicas the child geodatabase must be ArcSDE. For check-out replicas the geodatabase can be personal, file or ArcSDE. If it's a personal or file geodatabase that doesn't exist, it will be created.public java.lang.String getOutName()
public void setOutName(java.lang.String outName)
outName - String, the name that identifies the replicapublic java.lang.String getAccessType()
public void setAccessType(java.lang.String accessType)
accessType - String, sIMPLE - the data on the child is not versioned and must be simple. This allows the replica to be interoperable.public java.lang.String getInitialDataSender()
public void setInitialDataSender(java.lang.String initialDataSender)
initialDataSender - String, used by replication to determine which replica can send changes when in disconnected mode. If you are working in a connected mode this parameter is inconsequential. This ensures that the relative replica doesn't send updates until the changes are first received from the initial data sender.public java.lang.String getExpandFeatureClassesAndTables()
public void setExpandFeatureClassesAndTables(java.lang.String expandFeatureClassesAndTables)
expandFeatureClassesAndTables - String, dO_NOT_ADD - doesn't add expanded feature classes and tablespublic java.lang.String getReuseSchema()
public void setReuseSchema(java.lang.String reuseSchema)
reuseSchema - String, indicates whether to reuse a geodatabase that contains the schema of the data you want to replicate. This reduces the amount of time required to replicate the data. This option is only available for check-out replicas.public java.lang.String getGetRelatedData()
public void setGetRelatedData(java.lang.String getRelatedData)
getRelatedData - String, specifies whether to replicate rows related to rows already in the replica. For example, consider a feature (f1) inside the replication filter and a related feature (f2) from another class outside the filter. Feature f2 is included in the replica if you choose to get related data.public java.lang.Object getOutChildGeodatabase()
public java.lang.String getOutputReplicaName()
public java.lang.String getToolName()
public java.lang.String getToolboxName()
public java.lang.String getToolboxAlias()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||