|
|||||||||
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.PolygonFeatureClasstoCADLines
public class PolygonFeatureClasstoCADLines
Converts polygon feature classes to a CAD file with bounding lines. The coincident lines where polygons touch will be simplified to a single line. The Polygon Feature Class to CAD Lines tool is contained in the Samples tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
PolygonFeatureClasstoCADLines()
Creates the Polygon Feature Class to CAD Lines tool with defaults. |
|
PolygonFeatureClasstoCADLines(Object inputFeatures,
String outputType,
Object outputFile)
Creates the Polygon Feature Class to CAD Lines tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInputFeatures()
Returns the input features parameter of this tool . |
Object |
getOutputFile()
Returns the Output File parameter of this tool . |
String |
getOutputType()
Returns the Output Type parameter of this tool . |
Object |
getSeedFile()
Returns the Seed File 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 |
setOutputFile(Object outputFile)
Sets the Output File parameter of this tool . |
void |
setOutputType(String outputType)
Sets the Output Type parameter of this tool . |
void |
setSeedFile(Object seedFile)
Sets the Seed File 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 PolygonFeatureClasstoCADLines()
Initializes the array of tool parameters with the default values specified when the tool was created.
public PolygonFeatureClasstoCADLines(Object inputFeatures, String outputType, Object outputFile)
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
- the polygon feature class that will be used to create CAD lines.outputType
- nulloutputFile
- nullMethod Detail |
---|
public Object getInputFeatures()
public void setInputFeatures(Object inputFeatures)
inputFeatures
- the polygon feature class that will be used to create CAD lines.public String getOutputType()
public void setOutputType(String outputType)
outputType
- nullpublic Object getSeedFile()
public void setSeedFile(Object seedFile)
seedFile
- nullpublic Object getOutputFile()
public void setOutputFile(Object outputFile)
outputFile
- nullpublic String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |