Skip to main content
Question

Feature Types

  • September 19, 2018
  • 2 replies
  • 6 views

How can I find the feature types of a CityGML file in the command line itself. Is there any command line argument to find the feature type of input file.

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.

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3698 replies
  • September 26, 2018

There isn't an out of the box way to do this, but you could set up a workspace that lists all feature types.


mark2atsafe
Safer
Forum|alt.badge.img+56
  • Safer
  • 2554 replies
  • September 26, 2018

There is a tool in the FME installation folder called AnalyzerTool.exe - this will tell you what feature types exist in a dataset:

Obviously that's not a command line command, but it might help. Also, I believe it's an example application written in C# whose code is provided (see C:\\apps\\FME2018.1\\fmeobjects\\samples\\CSharp). So if you wanted to make your own command line tool, that would make a good starting point. It even includes a workspace that reads/writes a schema.

Hope this helps.