ESRI.ArcGIS.DataManagementTools
BearingDistanceToLine Class Properties
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace : BearingDistanceToLine Class




For a list of all members of this type, see BearingDistanceToLine members.

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertybearing_field Field in the input table containing direction values of the output line. (In, Required)  
Public Propertybearing_units Units of measurement of the Bearing field. The default is DEGREES. (In, Required)  
Public Propertydistance_field Field in the input table containing values of the length of the output line. (In, Required)  
Public Propertydistance_units Units of measurement of the Distance field. The default is METERS. (In, Required)  
Public Propertyid_field ID field from the input table. This can be used to join the output features to the input table. (In, Optional)  
Public Propertyin_table Table containing input parameters to create two-point lines based on a bearing and distance. Each row creates one line feature. (In, Required)  
Public Propertyline_type Type of two-point lines to construct. The default line type is GEODESIC. (In, Required)  
Public Propertyout_featureclass Output line feature class. (Out, Required)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public Propertyspatial_reference Spatial reference of the starting point coordinates. The default is GCS_WGS_1984. (In, Optional)  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Public Propertyx_field Input table field containing the x-values (longitude) of the starting point. (In, Required)  
Public Propertyy_field Input table field containing the y-values (latitude) of the starting point. (In, Required)  
Top

See Also

© 2010 All Rights Reserved.