Table in File Geodatabase to point feature class

2710
1
03-28-2014 01:41 AM
OliverMorris
New Contributor III
Hi,

Thanks for your help in advance. Using only the file geodatabse api is it possible to convert a table (with lat and long) in a file geodatabase to a point feature class?

If so can you please let me know the steps involved or some documentation.

Many Thanks,

Oliver
0 Kudos
1 Reply
VinceAngelo
Esri Esteemed Contributor
It would probably be a lot easier to create a new table with the source columns
plus the shape column, then query the table and copy the column values
(while creating a new shape) into the new table, then delete the source and
rename the new table.  Examples of most of these operations are already
in the samples, and the documentation isn't so large that finding the proper
usage would be impossible.

- V
0 Kudos