For a list of all members of this type, see TableToEllipse members.
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| azimuth_field |
Field name containing Azimuth (rotation) values for the ellipse.
(In, Optional) |
| azimuth_units |
The measurement units of the values in the Azimuth Field.
DEGREES is the default. (In, Optional) |
| distance_units |
The units of measure of the major and minor axes. METERS is the default. (In, Required) |
| id_field |
ID field from the input table. This may be used to join the output features back to the input table.
(In, Optional) |
| in_table | The input table from which to generate ellipse features. (In, Required) |
| major_field |
Field name containing (semi) major axis length values of the ellipses. (In, Required) |
| minor_field |
Field name containing (semi) minor axis length values of the ellipses.
(In, Required) |
| out_featureclass |
The output feature class that will contain the ellipse features.
(Out, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| spatial_reference |
The spatial reference of the input coordinates in the X Field and Y Field. This will become the spatial refrence of the output feature class. 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 |
The input table field containing the X (longitude) center point coordinate.
(In, Required) |
| y_field |
The input table field containing the Y (latitude) center point coordinate.
(In, Required) |
Top
See Also