|
|||||||||
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.CADtoFeatureClasswithAttributeofNearestPoint
public class CADtoFeatureClasswithAttributeofNearestPoint
Generate a feature class from CAD objects and point features that are nearest to those CAD features. The CAD to Feature Class with Attribute of Nearest Point tool is contained in the Samples tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CADtoFeatureClasswithAttributeofNearestPoint()
Creates the CAD to Feature Class with Attribute of Nearest Point tool with defaults. |
|
CADtoFeatureClasswithAttributeofNearestPoint(Object inputCADFile,
Object outputFeatureClass)
Creates the CAD to Feature Class with Attribute of Nearest Point tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInputCADFile()
Returns the input CAD file parameter of this tool . |
Object |
getMainFeaturesFilterExpression()
Returns the main features filter expression parameter of this tool . |
Object |
getNearPointFilterExpression()
Returns the near point filter expression parameter of this tool . |
Object |
getOutputFeatureClass()
Returns the output feature class parameter of this tool . |
Object |
getSearchRadius()
Returns the search radius parameter of this tool . |
String |
getSelectNearPointsOrAnnotation()
Returns the select near points or annotation parameter of this tool . |
String |
getSelectOutputFeatureType()
Returns the select output feature 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 |
setInputCADFile(Object inputCADFile)
Sets the input CAD file parameter of this tool . |
void |
setMainFeaturesFilterExpression(Object mainFeaturesFilterExpression)
Sets the main features filter expression parameter of this tool . |
void |
setNearPointFilterExpression(Object nearPointFilterExpression)
Sets the near point filter expression parameter of this tool . |
void |
setOutputFeatureClass(Object outputFeatureClass)
Sets the output feature class parameter of this tool . |
void |
setSearchRadius(Object searchRadius)
Sets the search radius parameter of this tool . |
void |
setSelectNearPointsOrAnnotation(String selectNearPointsOrAnnotation)
Sets the select near points or annotation parameter of this tool . |
void |
setSelectOutputFeatureType(String selectOutputFeatureType)
Sets the select output feature 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 CADtoFeatureClasswithAttributeofNearestPoint()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CADtoFeatureClasswithAttributeofNearestPoint(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 Object getMainFeaturesFilterExpression()
public void setMainFeaturesFilterExpression(Object mainFeaturesFilterExpression)
mainFeaturesFilterExpression
- the SQL query expression that will be used to select records.public String getSelectNearPointsOrAnnotation()
public void setSelectNearPointsOrAnnotation(String selectNearPointsOrAnnotation)
selectNearPointsOrAnnotation
- the type of near point objects whose attributes are associated with the output features.public Object getNearPointFilterExpression()
public void setNearPointFilterExpression(Object nearPointFilterExpression)
nearPointFilterExpression
- the SQL query expression that will be used to select records from the Near feature class.public Object getSearchRadius()
public void setSearchRadius(Object searchRadius)
searchRadius
- the maximum distance used to attach the point or annotation attributes to output features.public String getSelectOutputFeatureType()
public void setSelectOutputFeatureType(String selectOutputFeatureType)
selectOutputFeatureType
- the output feature class type that will be created.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 |