Question

How can I avoid creating "wrong"handed curves with the GeometryReplacer?


I am using the GeometryReplacer with the "OGC Well Known Text" Geometry Encoding. The Geometry Source is "CIRCULARSTRING(@Value(StartX) @Value(StartY),@Value(MidX) @Value(MidY),@Value(EndX) @Value(EndY))". It nicely creates curves from the StartXY, MidXY and EndXY coordinates. But 5% of the curves show the remainder of the curve, not the curve as it is defined by the input coordinates. What is the reason?

 


2 replies

Userlevel 2
Badge +17

Could you please post some OGC WKT examples that have been replaced with wrong curves by the GeometryReplacer?

I investigated the issue further and discovered that the input data had an minute almost invisible error. I appreciate your interest. But everything is fine with the CIRCULARSTRING command. Thanks so much,

Gido

Reply