Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jts-dev] CIRCULARSTRING implementation in JTS
  • From: Jeroen Bloemscheer | Tensing <JBloemscheer@xxxxxxxxxxx>
  • Date: Fri, 20 Dec 2019 09:21:29 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=tensing.com; dmarc=pass action=none header.from=tensing.com; dkim=pass header.d=tensing.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=6zhLGX9qixgHDraH+eVI1byH4bz/8VbypQPu5Czv8/g=; b=Oz9/3UtzgfuLzXpVg8UOdZtHFEo12VvHB18p9j2rOZ3DT0GaCRjEZIK0AXEygQj54ovzqNkML1Tt61PAOOpglMb3ecg0w8a9H46uJU6ceFZO3Y7qEBjP3AxJfzV1ito6CKM8yuGceSTvCgPr/orMq8/S1uqgAhiw3DkGpS4B8CxC6377c6wxWEbQjvfWj18zxwSzxdcltiFKmEvdoMZmtOySEAI7oOP8ueRp0B1hZaJG3JeImbjLtjGeDzPx+Gcb8C361dxN078Tx3UpNo9xTNv8iS7Hvxds+vn9st4X/ZySEdl2VqHQprSNbe4S1LA0HfzHzt1pbnDc07JmXAwjMg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=eR2DJMa/q+7nbs44ELxPnoivSGxws3vh1WzBEZHLa5vWP+mHd7kw3dxljMqy1Y7KXacZdKJHAelI1haKgLZ2cbKXsiyPsBzBn1FXZDigxzORwdvNfhBOwQa9lOLxkdZMFTgvlp5hvEglcywFKfS0O1uoO5QGAJhI4f5eB4IRDJYqi3ryaKdFWyoZ8p83JbTL4e2SgwTYmUV2d3qU6f6RCMn7kmzkOKygPnx60yyGu2OBELugn857oWNGCHFBlqMkS6ZUrVtD89aR4SAVEM+S+nAs9Tix5cepTuGRgQyknLm3bu2fVxncrp5z3fxc06PEYrBzFqcgUGkUE28Vbwoo/Q==
  • Delivered-to: jts-dev@xxxxxxxxxxx
  • List-archive: <https://dev.eclipse.org/mailman/private/jts-dev>
  • List-help: <mailto:jts-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://dev.eclipse.org/mailman/listinfo/jts-dev>, <mailto:jts-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://dev.eclipse.org/mailman/options/jts-dev>, <mailto:jts-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVtxbTE4afiI3xCkqCYDnnx6Z/jg==
  • Thread-topic: CIRCULARSTRING implementation in 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.

 

 

Sent from Mail for Windows 10

 


Back to the top