I read the line from a DXF reader, generate measure using the measuregenerator and then write it to a GML. The line including the curve end up perfectly in the GML, but I do not see any measure.
Any suggestions?
I read the line from a DXF reader, generate measure using the measuregenerator and then write it to a GML. The line including the curve end up perfectly in the GML, but I do not see any measure.
Any suggestions?
GML doesn't support measures on the geometry, but you could use a MeasureExtractor and ListConcatenator to extract the measures into a comma delimited list that can be added to the GML output feature: