|
|||||||||
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.samples.CreateFeatureClasswithAllJoinsfromStagingGeodatabase
public class CreateFeatureClasswithAllJoinsfromStagingGeodatabase
Joins all tables and geometries created by IMPORTCAD. The output feature classes will contain joins for all CAD properties. The Create Feature Class with All Joins from Staging Geodatabase tool is contained in the Samples tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CreateFeatureClasswithAllJoinsfromStagingGeodatabase()
Creates the Create Feature Class with All Joins from Staging Geodatabase tool with defaults. |
|
CreateFeatureClasswithAllJoinsfromStagingGeodatabase(Object inputCADStagingGeodatabase,
Object outputCADTextPointFeatureClass,
Object outputCADPointFeatureClass,
Object outputCADLineFeatureClass,
Object outputCADAreaFeatureClass)
Creates the Create Feature Class with All Joins from Staging Geodatabase tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInputCADStagingGeodatabase()
Returns the input CAD staging geodatabase parameter of this tool . |
Object |
getOutputCADAreaFeatureClass()
Returns the output CAD area feature class parameter of this tool . |
Object |
getOutputCADLineFeatureClass()
Returns the output CAD line feature class parameter of this tool . |
Object |
getOutputCADPointFeatureClass()
Returns the output CAD point feature class parameter of this tool . |
Object |
getOutputCADTextPointFeatureClass()
Returns the output CAD text point feature class 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 |
setInputCADStagingGeodatabase(Object inputCADStagingGeodatabase)
Sets the input CAD staging geodatabase parameter of this tool . |
void |
setOutputCADAreaFeatureClass(Object outputCADAreaFeatureClass)
Sets the output CAD area feature class parameter of this tool . |
void |
setOutputCADLineFeatureClass(Object outputCADLineFeatureClass)
Sets the output CAD line feature class parameter of this tool . |
void |
setOutputCADPointFeatureClass(Object outputCADPointFeatureClass)
Sets the output CAD point feature class parameter of this tool . |
void |
setOutputCADTextPointFeatureClass(Object outputCADTextPointFeatureClass)
Sets the output CAD text point feature class 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 CreateFeatureClasswithAllJoinsfromStagingGeodatabase()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CreateFeatureClasswithAllJoinsfromStagingGeodatabase(Object inputCADStagingGeodatabase, Object outputCADTextPointFeatureClass, Object outputCADPointFeatureClass, Object outputCADLineFeatureClass, Object outputCADAreaFeatureClass)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputCADStagingGeodatabase
- the staging geodatabase created by IMPORTCAD.outputCADTextPointFeatureClass
- the text point feature class that will be created with all CAD entities joined to it.outputCADPointFeatureClass
- the point feature class that will be created with all CAD entities joined to it.outputCADLineFeatureClass
- the line feature class that will be created with all CAD entities joined to it.outputCADAreaFeatureClass
- the area feature class that will be created with all CAD entities joined to it.Method Detail |
---|
public Object getInputCADStagingGeodatabase()
public void setInputCADStagingGeodatabase(Object inputCADStagingGeodatabase)
inputCADStagingGeodatabase
- the staging geodatabase created by IMPORTCAD.public Object getOutputCADTextPointFeatureClass()
public void setOutputCADTextPointFeatureClass(Object outputCADTextPointFeatureClass)
outputCADTextPointFeatureClass
- the text point feature class that will be created with all CAD entities joined to it.public Object getOutputCADPointFeatureClass()
public void setOutputCADPointFeatureClass(Object outputCADPointFeatureClass)
outputCADPointFeatureClass
- the point feature class that will be created with all CAD entities joined to it.public Object getOutputCADLineFeatureClass()
public void setOutputCADLineFeatureClass(Object outputCADLineFeatureClass)
outputCADLineFeatureClass
- the line feature class that will be created with all CAD entities joined to it.public Object getOutputCADAreaFeatureClass()
public void setOutputCADAreaFeatureClass(Object outputCADAreaFeatureClass)
outputCADAreaFeatureClass
- the area feature class that will be created with all CAD entities joined to it.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 |