Skip to main content
Question

File Geodatabase API - supported coordinate systems

  • June 11, 2013
  • 3 replies
  • 68 views

redgeographics
VIP
Forum|alt.badge.img+63
Hi,

 

 

I'm using the File Geodatabase API reader to get data out of a file geodatabase. However, I get no results back. I've read in the manual that the File Geodatabase API supports only a couple of coordinate systems, and I'm guessing the one my data is in (EPSG:28992) is not one of them, because it works fine when I reproject the data to LL84 before loading it into the database. So... long story short, can anybody confirm my suspicion, or point me to a list of supported coordsys?
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

david_r
Celebrity
  • June 11, 2013
Hi,

 

 

it seems the GDB API is limited to the same coordinate systems supported by the latest version of ArcGIS, i.e. no custom coordinate systems.

 

 

I just verified both writing and reading a feature to a file GDB using EPGS:28992 without any problems, using FME2013sp2 with ArcGIS 10.0 installed. So I suspect your problems lies elsewhere.

 

 

David

fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • June 11, 2013
Hi Hans,

 

 

I have just read a gdb via the API , the data (in RD NEW) is read accordingly.

 

So I guess your problem is something else.....

 

 

Itay

redgeographics
VIP
Forum|alt.badge.img+63
Ah yes... the good old coordinate system naming issue... The data was in the correct coordsys, it just had a different name... CoordinateSystemSetter seems to do the trick. Thanks David!