Select to view content in your preferred language

How to get coordinate system info with FGDB API?

2683
2
08-05-2013 11:22 AM
CocoZhu
Emerging Contributor
Is there any way to return the geographic coordinate system or projected coordinate system of a file GDB? I don't find a class that provides such function in FGDB API.

May
0 Kudos
2 Replies
LanceShipman
Esri Regular Contributor
Currently the only way to get this information is by parsing the xml returned by table.GetDefinition. This includes the complete definition of the feature class / table. In the next revision of the API it will be easier get the coordinate reference information. The release date has not been determined.
0 Kudos
CocoZhu
Emerging Contributor
Thank you very much for fast reply!

May
0 Kudos