|
|||||||||
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.conversiontools.FeatureClassToGeodatabase
public class FeatureClassToGeodatabase
Converts one or more feature classes or feature layers to geodatabase feature classes. The Feature Class to Geodatabase (multiple) tool is contained in the Conversion Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
FeatureClassToGeodatabase()
Creates the Feature Class to Geodatabase (multiple) tool with defaults. |
|
FeatureClassToGeodatabase(Object inputFeatures,
Object outputGeodatabase)
Creates the Feature Class to Geodatabase (multiple) tool with the required parameters. |
Method Summary | |
---|---|
Object |
getDerivedGeodatabase()
Returns the Derived Geodatabase parameter of this tool (Read only). |
Object |
getInputFeatures()
Returns the Input Features parameter of this tool . |
Object |
getOutputGeodatabase()
Returns the Output Geodatabase 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 |
setInputFeatures(Object inputFeatures)
Sets the Input Features parameter of this tool . |
void |
setOutputGeodatabase(Object outputGeodatabase)
Sets the Output Geodatabase 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 FeatureClassToGeodatabase()
Initializes the array of tool parameters with the default values specified when the tool was created.
public FeatureClassToGeodatabase(Object inputFeatures, Object outputGeodatabase)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputFeatures
- one or more feature classes or feature layers to be imported into an ArcSDE, file, or personal geodatabase.outputGeodatabase
- the output or destination geodatabase. This can be a file or personal geodatabase, or an ArcSDE geodatabase.Method Detail |
---|
public Object getInputFeatures()
public void setInputFeatures(Object inputFeatures)
inputFeatures
- one or more feature classes or feature layers to be imported into an ArcSDE, file, or personal geodatabase.public Object getOutputGeodatabase()
public void setOutputGeodatabase(Object outputGeodatabase)
outputGeodatabase
- the output or destination geodatabase. This can be a file or personal geodatabase, or an ArcSDE geodatabase.public Object getDerivedGeodatabase()
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 |