We need this to be able to post the attribute to an API which requires one of the other File Structure types than the default
Solved
Hi, does anyone know if there is a way to extract geometry from a feature as GeoJSON in an attribute (in general i'm using GeometryExtractor) but having access to the options that the writer gives? Specifically the file Structure options contained th
Best answer by david_r
Off the top of my head, there are two options:
- Use the JSONTemplater to generate the entire GeoJSON document, or
- Use the FeatureWriter to write the GeoJSON to disk, then read it back into an attribute, e.g. using an AttributeFileReader connected to the summary port, reading from the file referenced in the "_dataset" attribute.
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.
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.



