Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[locationtech-pmc] CIRCULARSTRING as an option within JTS

My idea is to implement a curve or arc in JTS.

 

This is implemented in WKT as CIRCULARSTRING(0 0.159155, 0.159155 0, 0 -0.159155, -0.159155 0, 0 0.159155)

 

Currently this does not seem to work.

 

Would appreciate if someone could point me to some previous work in this array or where to start to implement a curve or an arc.


Back to the top