Skip to main content

Is it possible to write and read circles (curves and arcs as well) in GML format.

According to the GML quickfacts circles and arcs are not supported. From what I gathered they are part of the GML specs though, so maybe you should enter this as an Idea


According to the GML quickfacts circles and arcs are not supported. From what I gathered they are part of the GML specs though, so maybe you should enter this as an Idea

yes, I've also read that. Can it be done using GML applications schema?

 

 


Hi,

all three types are currently supported. Here (gml2gml.fmwt) is a Workspace that reads and writes a Circle and different types of Arcs. However there are limitations. Example: Unit of Measure is not supported in ArcByCenterPoint or CircleByCenterpoint.


Hi,

all three types are currently supported. Here (gml2gml.fmwt) is a Workspace that reads and writes a Circle and different types of Arcs. However there are limitations. Example: Unit of Measure is not supported in ArcByCenterPoint or CircleByCenterpoint.

Yes, that's what I need. I was somewhere around using GML encoding but couldn't figure it out.

 

 

Thank you, sir

 

 

PS. I reckon working with splines is somehow similar?! Gonna give it a try. Cheers

 


Reply