[GIS] How to create Feature Class based on DBF schema

arcgis-10.0attribute-tableexcelschema-architecture

I have an attribute table schema (about 30 fields) stored in an Excel document, which I exported as a dbf. I can easily make a geodatabase table from this, using the Excel sheet as a template. How can I create a feature class from this schema (either from the Excel sheet or the dbf or the geodatabase table)? The Excel sheet is blank except for the field names.

Best Answer

Try adding two extra fields for X and Y (perhaps Longitude and Latitude), then I think you should be able to use Display XY Data from the layer context menu, followed by Data|Export Data to create the feature class.