Say I have a FILE GDB called Fruit with the following feature datasets (Oranges).
say there are not feature rows inside Peel or Slices feature classes. how can I extract the coordinate system
Fruit
- Oranges (feature dataset)
- peel (feature class)
- slices (feature class)
In arcCatalog I can easily right click the feature dataset and go to the XY coordinate system tab to see this.
methods I have tried in FME
- TCPL start up script - (here I extract domains and geometry type, but no COORD systems)
- populating a single row in FME, than reading trying coordinate extractor
- python caller - this will not work if feature dataset is empty
Thanks,
Doug