Do we have a guide somewhere on practices for using CooridnateXY and Coordinate? I’m just starting the RelateNG port, and wondering to myself “should I make these class members Coordinate or CoordinateXY?”. I choose XY, now my problem is “existing function in library is defined with Coordinate as parameters”. Should I be extending the WKTWriter::toLineString method to have an XY variant? casting in my call? something else?
P