|
|||||||||
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.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(java.lang.Object inputCADFile,
java.lang.Object outputFeatureClass)
Creates the CAD to Feature Class with Attribute of Nearest Point tool with the required parameters. |
Method Summary | |
---|---|
java.lang.Object |
getInputCADFile()
Returns the input CAD file parameter of this tool . |
java.lang.Object |
getMainFeaturesFilterExpression()
Returns the main features filter expression parameter of this tool . |
java.lang.Object |
getNearPointFilterExpression()
Returns the near point filter expression parameter of this tool . |
java.lang.Object |
getOutputFeatureClass()
Returns the output feature class parameter of this tool . |
java.lang.Object |
getSearchRadius()
Returns the search radius parameter of this tool . |
java.lang.String |
getSelectNearPointsOrAnnotation()
Returns the select near points or annotation parameter of this tool . |
java.lang.String |
getSelectOutputFeatureType()
Returns the select output feature type parameter of this tool . |
java.lang.String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
java.lang.String |
getToolboxName()
Returns the name of the tool box containing this tool. |
java.lang.String |
getToolName()
Returns the name of this tool. |
void |
setInputCADFile(java.lang.Object inputCADFile)
Sets the input CAD file parameter of this tool . |
void |
setMainFeaturesFilterExpression(java.lang.Object mainFeaturesFilterExpression)
Sets the main features filter expression parameter of this tool . |
void |
setNearPointFilterExpression(java.lang.Object nearPointFilterExpression)
Sets the near point filter expression parameter of this tool . |
void |
setOutputFeatureClass(java.lang.Object outputFeatureClass)
Sets the output feature class parameter of this tool . |
void |
setSearchRadius(java.lang.Object searchRadius)
Sets the search radius parameter of this tool . |
void |
setSelectNearPointsOrAnnotation(java.lang.String selectNearPointsOrAnnotation)
Sets the select near points or annotation parameter of this tool . |
void |
setSelectOutputFeatureType(java.lang.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(java.lang.Object inputCADFile, java.lang.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 java.lang.Object getInputCADFile()
public void setInputCADFile(java.lang.Object inputCADFile)
inputCADFile
- the CAD file that will be converted to an ArcGIS feature class.public java.lang.Object getOutputFeatureClass()
public void setOutputFeatureClass(java.lang.Object outputFeatureClass)
outputFeatureClass
- the feature class that will be created from the input CAD file.public java.lang.Object getMainFeaturesFilterExpression()
public void setMainFeaturesFilterExpression(java.lang.Object mainFeaturesFilterExpression)
mainFeaturesFilterExpression
- the SQL query expression that will be used to select records.public java.lang.String getSelectNearPointsOrAnnotation()
public void setSelectNearPointsOrAnnotation(java.lang.String selectNearPointsOrAnnotation)
selectNearPointsOrAnnotation
- the type of near point objects whose attributes are associated with the output features.public java.lang.Object getNearPointFilterExpression()
public void setNearPointFilterExpression(java.lang.Object nearPointFilterExpression)
nearPointFilterExpression
- the SQL query expression that will be used to select records from the Near feature class.public java.lang.Object getSearchRadius()
public void setSearchRadius(java.lang.Object searchRadius)
searchRadius
- the maximum distance used to attach the point or annotation attributes to output features.public java.lang.String getSelectOutputFeatureType()
public void setSelectOutputFeatureType(java.lang.String selectOutputFeatureType)
selectOutputFeatureType
- the output feature class type that will be created.public java.lang.String getToolName()
public java.lang.String getToolboxName()
public java.lang.String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |