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
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.
Thank you, sir
PS. I reckon working with splines is somehow similar?! Gonna give it a try. Cheers