|
|||||||||
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.CreateReplicaFootPrints
public class CreateReplicaFootPrints
Creates a feature class that contains the geometries for all the replicas in a geodatabase. Attributes in the feature class store the information from the replica manager. The Create Replica Footprints tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CreateReplicaFootPrints()
Creates the Create Replica Footprints tool with defaults. |
|
CreateReplicaFootPrints(Object inWorkspace,
Object outWorkspace,
String outputFeatureclassName)
Creates the Create Replica Footprints tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInWorkspace()
Returns the Export from Replica Geodatabase parameter of this tool . |
Object |
getOutputFeatureclass()
Returns the Output Featureclass parameter of this tool (Read only). |
String |
getOutputFeatureclassName()
Returns the Output Feature Class parameter of this tool . |
Object |
getOutWorkspace()
Returns the Workspace that Replica Footprints Create to 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 |
setInWorkspace(Object inWorkspace)
Sets the Export from Replica Geodatabase parameter of this tool . |
void |
setOutputFeatureclassName(String outputFeatureclassName)
Sets the Output Feature Class parameter of this tool . |
void |
setOutWorkspace(Object outWorkspace)
Sets the Workspace that Replica Footprints Create to 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 CreateReplicaFootPrints()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CreateReplicaFootPrints(Object inWorkspace, Object outWorkspace, String outputFeatureclassName)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inWorkspace
- the geodatabase containing the replicas from which you would like to create the replica footprint. The geodatabase must be a local geodatabase; it cannot be a geodata service.outWorkspace
- the output geodatabase that will hold the replica footprints feature class once it is created. The geodatabase may be local or remote.outputFeatureclassName
- nullMethod Detail |
---|
public Object getInWorkspace()
public void setInWorkspace(Object inWorkspace)
inWorkspace
- the geodatabase containing the replicas from which you would like to create the replica footprint. The geodatabase must be a local geodatabase; it cannot be a geodata service.public Object getOutWorkspace()
public void setOutWorkspace(Object outWorkspace)
outWorkspace
- the output geodatabase that will hold the replica footprints feature class once it is created. The geodatabase may be local or remote.public String getOutputFeatureclassName()
public void setOutputFeatureclassName(String outputFeatureclassName)
outputFeatureclassName
- nullpublic Object getOutputFeatureclass()
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 |