|
|||||||||
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.samples.CADtoFeatureClass
public class CADtoFeatureClass
Converts objects from a CAD file to a defined feature class type along with the point features that are near those CAD features. The CAD to Feature Class tool is contained in the Samples tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CADtoFeatureClass()
Creates the CAD to Feature Class tool with defaults. |
|
CADtoFeatureClass(Object inputCADFile,
Object outputFeatureClass)
Creates the CAD to Feature Class tool with the required parameters. |
Method Summary | |
---|---|
Object |
getFilterExpression()
Returns the filter expression parameter of this tool . |
Object |
getInputCADFile()
Returns the input CAD file parameter of this tool . |
Object |
getModifyOutputFields()
Returns the modify output fields parameter of this tool . |
Object |
getOutputFeatureClass()
Returns the output feature class parameter of this tool . |
String |
getSelectFeatureClassType()
Returns the select feature class type 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 |
setFilterExpression(Object filterExpression)
Sets the filter expression parameter of this tool . |
void |
setInputCADFile(Object inputCADFile)
Sets the input CAD file parameter of this tool . |
void |
setModifyOutputFields(Object modifyOutputFields)
Sets the modify output fields parameter of this tool . |
void |
setOutputFeatureClass(Object outputFeatureClass)
Sets the output feature class parameter of this tool . |
void |
setSelectFeatureClassType(String selectFeatureClassType)
Sets the select feature class type 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 CADtoFeatureClass()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CADtoFeatureClass(Object inputCADFile, Object outputFeatureClass)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputCADFile
- the CAD file that will be converted to an ArcGIS feature class.outputFeatureClass
- the feature class that will be created from the input CAD file.Method Detail |
---|
public Object getInputCADFile()
public void setInputCADFile(Object inputCADFile)
inputCADFile
- the CAD file that will be converted to an ArcGIS feature class.public Object getOutputFeatureClass()
public void setOutputFeatureClass(Object outputFeatureClass)
outputFeatureClass
- the feature class that will be created from the input CAD file.public String getSelectFeatureClassType()
public void setSelectFeatureClassType(String selectFeatureClassType)
selectFeatureClassType
- the geometry type of the output feature class or shapefile.public Object getFilterExpression()
public void setFilterExpression(Object filterExpression)
filterExpression
- the SQL query expression that will be used to select records.public Object getModifyOutputFields()
public void setModifyOutputFields(Object modifyOutputFields)
modifyOutputFields
- the field info is used to review and alter the field names for the new layers fields. Fields can be hidden, and a split policy can be specified.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 |