Skip to main content

I am trying to extract an Oracle spatial feature type to a text format. The geometry in Oracle has four dimension. I need to extract this fourth dimension in a text format. I was looking into extracting this into gml or geoJSON. However, I haven't managed to extract the Mth dimension coordinates...

I was wondering if anyone has any idea how to do this?

Thank you

Hi @philips3256, if you mean the Measure of geometries, the MeasureExtractor transformer might help you.


Yes. I used MeasureExtractor and ListConcatenator to write the values in a new User Attribute (I used GeoJSON format for this case). Thank you!


Reply