For a list of all members of this type, see BearingDistanceToLine members.
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| bearing_field |
Field in the input table containing direction values of the output line.
(In, Required) |
| bearing_units |
Units of measurement of the Bearing field. The default is DEGREES.
(In, Required) |
| distance_field |
Field in the input table containing values of the length of the output line.
(In, Required) |
| distance_units |
Units of measurement of the Distance field. The default is METERS.
(In, Required) |
| id_field |
ID field from the input table. This can be used to join the output features to the input table.
(In, Optional) |
| in_table |
Table containing input parameters to create two-point lines based on a bearing and distance. Each row creates one line feature.
(In, Required) |
| line_type |
Type of two-point lines to construct. The default line type is GEODESIC.
(In, Required) |
| out_featureclass |
Output line feature class.
(Out, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| spatial_reference |
Spatial reference of the starting point coordinates.
The default is GCS_WGS_1984. (In, Optional) |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
| x_field |
Input table field containing the x-values (longitude) of the starting point.
(In, Required) |
| y_field |
Input table field containing the y-values (latitude) of the starting point.
(In, Required) |
Top
See Also