Skip to search.
jts_discussion · JTS Topology Suite

Group Information

  • Members: 216
  • Category: Open Source
  • Founded: Feb 20, 2002
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
  Newest  |  < Newer  |  Older >  |  Oldest
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Is the source for the test builder available? It is an extremely useful tool. I would like to be able to be able to plot a target set of geometries and have...
5 Jun 9, 2003
5:43 pm

Martin Davis
mbdavis@...
Send Email

Are there plans to fix the link to the API docs on vividsolutions.com for JTS? Not sure if it is known that the link doesn't work or not. Thanks Laine...
3 May 27, 2003
9:17 pm

Martin Davis
mbdavis@...
Send Email

Are there any working examples out there? I'm learning how to use JTS and I think there must be better ways to implement some functions I'm working on. Thanks...
2 May 27, 2003
5:15 pm

Martin Davis
mbdavis@...
Send Email

I am new to JTS and have been working through the concepts via the example provided and several that I have developed on my own. However, I am not 100% sure...
7 May 21, 2003
9:43 pm

David Blasby
dblasby@...
Send Email

The following snippet was working ok with jts 1.2: public static void cornerPoligon() throws ParseException { String wktA = "POLYGON((10 10, 10 20, 20 20, 20...
2 May 21, 2003
9:38 pm

Martin Davis
mbdavis@...
Send Email

Aha! ... From: Martin Davis [mailto:mbdavis@...] Sent: 20. maj 2003 16:56 To: jts_discussion@... Subject: RE: [jts_discussion] Newbie...
1 May 21, 2003
8:04 am

Aron Olsen
aronolsen
Send Email

In JTS 1.2 and 1.3, i noticed a discrepancy between the comments of the Coordinate.equals(Object o) method (the routine ignores the z...) and what it really...
2 May 15, 2003
10:47 pm

Martin Davis
mbdavis@...
Send Email

Hello I am quite new to JTS so excuse me if this question is stupid or answered elsewhere - I did have a look at the archives. I have populated an array of...
2 May 6, 2003
6:44 pm

Martin Davis
mbdavis@...
Send Email

import com.vividsolutions.jts.geom.*; public class InitEnvelopeTest { public static void main(String[] args) { Envelope nullEnvelope1 = new Envelope(); ...
2 Apr 28, 2003
5:25 pm

Martin Davis
mbdavis@...
Send Email

Hi, The result of union operation over 2 connected LineString is a MultiLineString. I suppose this is conform to the SFS (?), but how can i get a single ...
2 Apr 25, 2003
4:28 pm

Martin Davis
mbdavis@...
Send Email

To all JTS users: We have changed the official name of the JTS API to the "JTS Topology Suite". This avoids potential trademark infringement issues with Sun...
2 Apr 24, 2003
12:02 am

Sondheim, Mark SRM:EX
Mark.Sondheim@...
Send Email

Hi, I have a simple question here. According to JTS spec, JTS conforms to the Simple Features Specification for SQL. From the spec of JTS, spatial data I/O in...
2 Apr 23, 2003
6:51 pm

Martin Davis
mbdavis@...
Send Email

[I'm cross-posting this to the JTS list, since it might be of general interest] Andrea, You're correct in noting that for repeated evaluation of an overlay...
3 Apr 15, 2003
7:16 pm

Andrea Aime
aaimeit
Send Email

Yep, that's the general idea. I guess the tricky part is specifying the dissolve (or union) operation in a flexible way. As Andrea pointed out, what he really...
2 Apr 14, 2003
7:13 pm

Paul Ramsey
pwramsey3
Send Email

In this case with these two polygons: POLYGON ((545 317, 617 379, 581 321, 545 317)). POLYGON ((484 290, 558 359, 543 309, 484 290)). when i try an union...
3 Apr 9, 2003
4:42 pm

Martin Davis
mbdavis@...
Send Email

Sorry if the question has already been asked but i'd like to know why jts raises some TopologyException like : -->found Null Directed edge. POLYGON...
2 Apr 9, 2003
4:29 pm

Martin Davis
mbdavis@...
Send Email

NOTE: PLEASE DIRECT ALL RESPONSE TO EMAIL ACCOUNT CONTAINED IN THIS LETTER FOR CONFIDENTIAL PURPOSE. STRICTLY CONFIDENTIAL FROM: Mr. Suleman Sese Seko TEL:...
1 Apr 8, 2003
10:48 pm

Mr. Suleman Sese Seko
sulemanseseseko@...
Send Email

Hi. I'll try to develop one module to union of buffered points. In the case buffered size was too small and buffering of points using this size resulted to...
2 Apr 8, 2003
8:30 pm

Martin Davis
mbdavis@...
Send Email

Try using RobustCGAlgorithms#computeOrientation. Use two points of the splitting line, and a point from one of the polygons. It might be best to use the...
4 Apr 8, 2003
7:32 pm

Hisaji Ono
hi_ono2001@...
Send Email

Hi, Do someone has any list of polygons examples that make TopologyException in jts1.2?...
2 Apr 8, 2003
4:00 pm

Martin Davis
mbdavis@...
Send Email

(Bonus - I can answer two questions at once here... ) cdlee, The polygons in your message are classic cases that will cause robustness problems: Large...
1 Apr 8, 2003
3:50 pm

Martin Davis
mbdavis@...
Send Email

We're happy to announce that JTS 1.3 is now available at the JTS Web site (http://www.vividsolutions.com/jts/jtshome.htm) JTS 1.3 contains the following...
1 Apr 7, 2003
8:36 pm

Martin Davis
mbdavis@...
Send Email

Hi, when i tried to find the intersection of two geometries, i got the following message com.vividsolutions.jts.geom.TopologyException: no outgoing dirEdge ...
2 Apr 7, 2003
3:50 pm

Martin Davis
mbdavis@...
Send Email

Hi all, does there has any examples about how to use topological computation? I cannot understand it with JTS Technical Specs so what should i read? Thanks!...
1 Apr 7, 2003
3:19 am

cdlee456 <cdlee@.....
cdlee@...
Send Email

Hello. If one polygon is divided by one linestring using JTS Geometry's "intersection&quot; method and its result creates two polygon, how to identify which...
1 Apr 5, 2003
5:48 pm

Hisaji Ono
hi_ono2001@...
Send Email

Is there a CVS for JTS? any plans? Jose Ramon Information Technologies Laboratory www.ipicyt.edu.mx...
8 Apr 2, 2003
7:05 pm

Martin Davis
mbdavis@...
Send Email

As a followup to the previous post: The SFS specificies that a Point is a 0-dimensional Geometry, with an interior, no boundary, and an exterior. Can anyone...
1 Mar 31, 2003
4:52 pm

Martin Davis
mbdavis@...
Send Email

Hello, We have a pretty interesting discussion, of how a point is handeled in the DE-9-Intersection Matrix. From a geometric point of view, a point is...
2 Mar 31, 2003
4:51 pm

Martin Davis
mbdavis@...
Send Email

Hi! There have earlier been a long discussion on mutable coordinates in JTS and I just want to add another perspective on this issue. We are currently using...
1 Mar 28, 2003
10:27 am

Lars Harrie
lars.harrie@...
Send Email

Apologies if this has been addressed before, but I searched a bit in the archives and didn't find anything. I've been working with the JTS WKTWriter and the...
2 Mar 17, 2003
7:24 pm

Martin Davis
mbdavis@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
  Newest  |  < Newer  |  Older >  |  Oldest
Advanced

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help