CAD To Feature Class with Attribute of Nearest Point (Samples)

许可等级:BasicStandardAdvanced

摘要

Generate a feature class from CAD objects and point features that are nearest to those CAD features.

法律声明法律声明:
This tool has been deprecated. For more information, see An overview of the Samples toolbox.

用法

语法

CADtoFeatureClasswithAttributeofNearestPoint_samples (input_CAD_file, output_feature_class, {main_features_filter_expression}, {select_near_points_or_annotation}, {near_point_filter_expression}, {search_radius}, {select_output_feature_type})
参数说明数据类型
input_CAD_file

The CAD file that will be converted to an ArcGIS feature class.

CAD Drawing Dataset
output_feature_class

The feature class that will be created from the input CAD file.

Feature Class
main_features_filter_expression
(可选)

The SQL query expression that will be used to select records.

SQL Expression
select_near_points_or_annotation
(可选)

The type of near point objects whose attributes are associated with the output features.

String
near_point_filter_expression
(可选)

The SQL query expression that will be used to select records from the Near feature class.

SQL Expression
search_radius
(可选)

The maximum distance used to attach the point or annotation attributes to output features.

Linear Unit
select_output_feature_type
(可选)

The output feature class type that will be created.

String

环境

许可信息

ArcGIS for Desktop Basic:否
ArcGIS for Desktop Standard:否
ArcGIS for Desktop Advanced:是
9/15/2013