|
|||||||||
| 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.CreateReplicaFromServer
public class CreateReplicaFromServer
Creates a replica using a specified list of feature classes, layers, feature datasets and/or tables from a remote geodatabase using a geodata service published on ArcGIS Server. The Create Replica From Server tool is contained in the Data Management Tools tool box.
Software restrictions: ArcInfo and ArcEditor only
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
CreateReplicaFromServer()
Creates the Create Replica From Server tool with defaults. |
|
CreateReplicaFromServer(Object inGeodataservice,
Object datasets,
String inType,
Object outGeodatabase,
String outName)
Creates the Create Replica From Server tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getAccessType()
Returns the Replica Access Type parameter of this tool . |
Object |
getDatasets()
Returns the Datasets parameter of this tool . |
String |
getExpandFeatureClassesAndTables()
Returns the Expand Feature Classes and Tables parameter of this tool . |
String |
getGetRelatedData()
Returns the Replicate Related Data parameter of this tool . |
Object |
getInGeodataservice()
Returns the Geodata Service parameter of this tool . |
String |
getInitialDataSender()
Returns the Initial Data Sender parameter of this tool . |
String |
getInType()
Returns the Replica Type parameter of this tool . |
Object |
getOutGeodata()
Returns the parameter of this tool (Read only). |
Object |
getOutGeodatabase()
Returns the Geodatabase to replicate data to parameter of this tool . |
String |
getOutName()
Returns the Replica Name parameter of this tool . |
String |
getOutputName()
Returns the Replica Name parameter of this tool (Read only). |
String |
getReuseSchema()
Returns the Re-use Schema 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. |
void |
setAccessType(String accessType)
Sets the Replica Access Type parameter of this tool . |
void |
setDatasets(Object datasets)
Sets the Datasets parameter of this tool . |
void |
setExpandFeatureClassesAndTables(String expandFeatureClassesAndTables)
Sets the Expand Feature Classes and Tables parameter of this tool . |
void |
setGetRelatedData(String getRelatedData)
Sets the Replicate Related Data parameter of this tool . |
void |
setInGeodataservice(Object inGeodataservice)
Sets the Geodata Service parameter of this tool . |
void |
setInitialDataSender(String initialDataSender)
Sets the Initial Data Sender parameter of this tool . |
void |
setInType(String inType)
Sets the Replica Type parameter of this tool . |
void |
setOutGeodatabase(Object outGeodatabase)
Sets the Geodatabase to replicate data to parameter of this tool . |
void |
setOutName(String outName)
Sets the Replica Name parameter of this tool . |
void |
setReuseSchema(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 CreateReplicaFromServer()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CreateReplicaFromServer(Object inGeodataservice,
Object datasets,
String inType,
Object outGeodatabase,
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.
inGeodataservice - nulldatasets - nullinType - String, cHECK_OUT - data is replicated, edited and checked back in one time.outGeodatabase - nulloutName - String, the name that identifies the replica| Method Detail |
|---|
public Object getInGeodataservice()
public void setInGeodataservice(Object inGeodataservice)
inGeodataservice - nullpublic Object getDatasets()
public void setDatasets(Object datasets)
datasets - nullpublic String getInType()
public void setInType(String inType)
inType - String, cHECK_OUT - data is replicated, edited and checked back in one time.public Object getOutGeodatabase()
public void setOutGeodatabase(Object outGeodatabase)
outGeodatabase - nullpublic String getOutName()
public void setOutName(String outName)
outName - String, the name that identifies the replicapublic String getAccessType()
public void setAccessType(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 String getInitialDataSender()
public void setInitialDataSender(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 String getExpandFeatureClassesAndTables()
public void setExpandFeatureClassesAndTables(String expandFeatureClassesAndTables)
expandFeatureClassesAndTables - String, dO_NOT_ADD - doesn't add expanded feature classes and tables.public String getReuseSchema()
public void setReuseSchema(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 String getGetRelatedData()
public void setGetRelatedData(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 Object getOutGeodata()
public String getOutputName()
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 | ||||||||