com.esri.arcgis.geoprocessing.tools.datamanagementtools
Class CreateReplicaFootPrints

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.datamanagementtools.CreateReplicaFootPrints
All Implemented Interfaces:
GPTool

public class CreateReplicaFootPrints
extends AbstractGPTool

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.

Usage tips:


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

CreateReplicaFootPrints

public CreateReplicaFootPrints()
Creates the Create Replica Footprints tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


CreateReplicaFootPrints

public CreateReplicaFootPrints(Object inWorkspace,
                               Object outWorkspace,
                               String outputFeatureclassName)
Creates the Create Replica Footprints tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

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 - null
Method Detail

getInWorkspace

public Object getInWorkspace()
Returns the Export from Replica Geodatabase parameter of this tool . This parameter is 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. This is a required parameter.

Returns:
the Export from Replica Geodatabase

setInWorkspace

public void setInWorkspace(Object inWorkspace)
Sets the Export from Replica Geodatabase parameter of this tool . This parameter is 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. This is a required parameter.

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.

getOutWorkspace

public Object getOutWorkspace()
Returns the Workspace that Replica Footprints Create to parameter of this tool . This parameter is the output geodatabase that will hold the replica footprints feature class once it is created. The geodatabase may be local or remote. This is a required parameter.

Returns:
the Workspace that Replica Footprints Create to

setOutWorkspace

public void setOutWorkspace(Object outWorkspace)
Sets the Workspace that Replica Footprints Create to parameter of this tool . This parameter is the output geodatabase that will hold the replica footprints feature class once it is created. The geodatabase may be local or remote. This is a required parameter.

Parameters:
outWorkspace - the output geodatabase that will hold the replica footprints feature class once it is created. The geodatabase may be local or remote.

getOutputFeatureclassName

public String getOutputFeatureclassName()
Returns the Output Feature Class parameter of this tool . This is a required parameter.

Returns:
the Output Feature Class

setOutputFeatureclassName

public void setOutputFeatureclassName(String outputFeatureclassName)
Sets the Output Feature Class parameter of this tool . This is a required parameter.

Parameters:
outputFeatureclassName - null

getOutputFeatureclass

public Object getOutputFeatureclass()
Returns the Output Featureclass parameter of this tool (Read only). This parameter is the name of the replica footprints feature class to be created. This is an derived parameter.

Returns:
the Output Featureclass

getToolName

public String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias