Converts a table (text file, CSV file, Excel file, dBASE table, or geodatabase table) containing coordinate and other required fields to a feature class. The output features are elliptical polygons. A single ellipse is generated from each row in the table. The features created are defined by a starting point, semi-major and semi-minor axis lengths, and rotation.
Syntax
Visual Basic (Declaration) | |
---|
Public Class TableToEllipse
Implements IGPProcess |
Inheritance Hierarchy
System.Object
ESRI.ArcGIS.DataManagementTools.TableToEllipse
See Also