|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.datamanagementtools.ImportReplicaSchema
public class ImportReplicaSchema
Applies replica schema differences using an input replica geodatabase and XML schema file. The Import Replica Schema tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ImportReplicaSchema()
Creates the Import Replica Schema tool with defaults. |
|
ImportReplicaSchema(Object inGeodatabase,
Object inSource)
Creates the Import Replica Schema tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInGeodatabase()
Returns the Import to Replica Geodatabase parameter of this tool . |
Object |
getInSource()
Returns the Replica Schema Changes File parameter of this tool . |
Object |
getOutGeodatabase()
Returns the Output Replica Workspace parameter of this tool (Read only). |
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 |
setInGeodatabase(Object inGeodatabase)
Sets the Import to Replica Geodatabase parameter of this tool . |
void |
setInSource(Object inSource)
Sets the Replica Schema Changes File 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 ImportReplicaSchema()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ImportReplicaSchema(Object inGeodatabase, Object inSource)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inGeodatabase
- specifies the replica geodatabase to which the replica schema will be imported. The geodatabase may be a local geodatabase or a geodata service.inSource
- specifies the file which contains the replica schema to import.Method Detail |
---|
public Object getInGeodatabase()
public void setInGeodatabase(Object inGeodatabase)
inGeodatabase
- specifies the replica geodatabase to which the replica schema will be imported. The geodatabase may be a local geodatabase or a geodata service.public Object getInSource()
public void setInSource(Object inSource)
inSource
- specifies the file which contains the replica schema to import.public Object getOutGeodatabase()
public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |