|
|||||||||
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.CADLinestoPolygonFeatures
public class CADLinestoPolygonFeatures
Converts CAD lines and points to polygon feature classes. This work flow is a starting point to turn CAD lines into ArcGIS polygons.This tool has been deprecated. For more information, see An overview of the Samples toolbox. The CAD Lines to Polygon Features tool is contained in the Samples tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CADLinestoPolygonFeatures()
Creates the CAD Lines to Polygon Features tool with defaults. |
|
CADLinestoPolygonFeatures(Object inputBoundaryLines,
Object inputLabelPoints,
Object outputPolygonFeatureClass)
Creates the CAD Lines to Polygon Features tool with the required parameters. |
Method Summary | |
---|---|
Object |
getBoundaryLineFilterExpression()
Returns the boundary line filter expression parameter of this tool . |
Object |
getInputBoundaryLines()
Returns the input boundary lines parameter of this tool . |
Object |
getInputLabelPoints()
Returns the input label points parameter of this tool . |
Object |
getOutputPolygonFeatureClass()
Returns the output polygon feature class parameter of this tool . |
Object |
getPointFilterExpression()
Returns the point filter expression 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 |
setBoundaryLineFilterExpression(Object boundaryLineFilterExpression)
Sets the boundary line filter expression parameter of this tool . |
void |
setInputBoundaryLines(Object inputBoundaryLines)
Sets the input boundary lines parameter of this tool . |
void |
setInputLabelPoints(Object inputLabelPoints)
Sets the input label points parameter of this tool . |
void |
setOutputPolygonFeatureClass(Object outputPolygonFeatureClass)
Sets the output polygon feature class parameter of this tool . |
void |
setPointFilterExpression(Object pointFilterExpression)
Sets the point filter expression 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 CADLinestoPolygonFeatures()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CADLinestoPolygonFeatures(Object inputBoundaryLines, Object inputLabelPoints, Object outputPolygonFeatureClass)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputBoundaryLines
- the bounding line feature class that will be used to create polygons.inputLabelPoints
- specifies the feature class containing the label points that will be applied to the output polygons.outputPolygonFeatureClass
- the output feature class that will contain the newly formed polygon features.Method Detail |
---|
public Object getInputBoundaryLines()
public void setInputBoundaryLines(Object inputBoundaryLines)
inputBoundaryLines
- the bounding line feature class that will be used to create polygons.public Object getInputLabelPoints()
public void setInputLabelPoints(Object inputLabelPoints)
inputLabelPoints
- specifies the feature class containing the label points that will be applied to the output polygons.public Object getOutputPolygonFeatureClass()
public void setOutputPolygonFeatureClass(Object outputPolygonFeatureClass)
outputPolygonFeatureClass
- the output feature class that will contain the newly formed polygon features.public Object getBoundaryLineFilterExpression()
public void setBoundaryLineFilterExpression(Object boundaryLineFilterExpression)
boundaryLineFilterExpression
- the parameter to build a query to select line feature classes to create polygons.public Object getPointFilterExpression()
public void setPointFilterExpression(Object pointFilterExpression)
pointFilterExpression
- the parameter to build a query to only use select point feature classes to create polygons.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 |