I have a requirement to read measured Shapefiles that made it was necessary to create a Coordinate with an m-value. I would appreciate it if someone with CVS...
592
Paul Selormey
pegroups
Jan 21, 2004 12:38 am
Hello Chris, Thanks for the work. Can you please make it available for download? (you can upload it to the File section of the jts_discussion mailing list). ...
593
Andrea Aime
aaimeit
Jan 21, 2004 6:23 am
... My suggestion was to have an interface Coordinate like this: public interface Coordinate { public double getX(); public void setX(double x); ... } so that...
594
jts_discussion@...
Jan 21, 2004 4:04 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the jts_discussion group. File :...
595
Martin Davis
mbdavis@...
Jan 21, 2004 5:42 pm
... Yep, I get it. This is definitely cleaner and more OO. I have a slight worry about performance penalty for calling methods, but the benefits probably...
596
Paul Selormey
pegroups
Jan 22, 2004 1:12 am
Hello, Thanks so much uploading the files. I was able to extra and print the UML diagrams. Best regards, Paul. ... From: <jts_discussion@...> To:...
597
Paul Selormey
pegroups
Jan 22, 2004 1:33 am
Hello Martin, Thanks for the response. ... I wish to reduce the size of my applications what will be based on JTS, not directly to (will explain later!)....
598
Aron Olsen
aronolsen
Jan 22, 2004 9:28 am
How about letting all coordinates be represented as a "list" interfaces a la: interface CoordinateList { int size(); // Returns # of...
599
Martin Davis
mbdavis@...
Jan 22, 2004 4:57 pm
Yup, thought about this already. The problem is that inside JTS individual coordinates are used in numerous places (in particular, in indexing). This means...
600
Jonathan Aquino
jonathan_aquino
Jan 22, 2004 5:49 pm
2. To check how deeply one package depends on another, you might get the info you need from the JTS UML diagrams:...
601
Martin Davis
mbdavis@...
Jan 22, 2004 9:05 pm
You might be able to remove the packages io, operation.linemerge and operation.polygonize without compile errors. Everything else is interrelated in some way....
602
Paul Selormey
pegroups
Jan 23, 2004 12:22 am
Thanks for the response and the information. Best regards, Paul. ... From: "Martin Davis" <mbdavis@...> To: <jts_discussion@...> ...
603
Paul Selormey
pegroups
Jan 23, 2004 12:25 am
Thank you. I have the two in hand :-) Best regards, Paul. ... From: Jonathan Aquino To: jts_discussion@... Sent: Friday, January 23, 2004 2:49 AM ...
604
Paul Selormey
pegroups
Jan 23, 2004 12:31 am
MessageHello All, I just wish to thank you all for your contribution to this thread so far. I have gained a lot and learnt some cool ideas from here. Thanks so...
605
van_woods
Jan 23, 2004 7:03 pm
A suggestion is to look into tools that automate the process of removing unused code. Check out: http://proguard.sourceforge.net/ ...
606
Jonathan Aquino
jonathan_aquino
Jan 23, 2004 7:13 pm
Yes ProGuard is great for finding dead code and PMD for warning about suspicious code. Eclipse is another good tool for generating warnings about suspicious...
607
Paul Selormey
pegroups
Jan 26, 2004 11:21 am
MessageHello All, I have "successfully" ported the JTS to .NET, based on the JTS 1.4. All my initial tests were successful; buffer, intersection etc. I started...
608
Coats, Andy W
awcoats
Jan 26, 2004 12:48 pm
Another member of our team used J# to compile JTS. There were about 8 minor compilation errors to be fixed. We've not run the tests, but everything seemed to...
Hello, Well, I'm new to JTS, and I'm developing a tool to calculate path of a given city. I'm using the GeoTools Toolkit, geoServer, opsResearch API, etc. For...
610
Jonathan Aquino
jonathan_aquino
Jan 26, 2004 6:32 pm
Check out the functions in the Angle class, specifically #getTurn and #angle. -- Jon Aquino Programmer/Analyst 250-385-6040 www.vividsolutions.com ... From:...
611
Jonathan Aquino
jonathan_aquino
Jan 26, 2004 6:39 pm
Hi Paul -- Sounds like you're proud of your achievement! Regarding your question of why WKTReader uses StreamTokenizer rather than StringTokenizer: the only...
612
Paul Selormey
pegroups
Jan 27, 2004 12:44 am
Hello Andrew, Thanks for the interest. ... minor ... seemed to work. ... be installed ... To be frank, I have never like the VJ++6.0 and its update J#, it is...
613
Paul Selormey
pegroups
Jan 27, 2004 12:48 am
Hello Jon, Thanks for the response - you really like HTML mails :-) ... Actually, I need it not just the fun of porting to .NET, so yes I am happy I got the...
614
David Blasby
dblasby@...
Jan 27, 2004 12:54 am
There's been some discussion on porting JTS to other languages. I'd like to throw out the idea that this isnt really necessary - you should be able to write a...
615
Paul Selormey
pegroups
Jan 27, 2004 3:29 am
Hello David, I will say it is a nice theory, but as you rightly said "in practice..." A Java programmer will love his/her pure Java stuff so is the .NET ...
616
guillen20042003
Jan 27, 2004 5:11 pm
Hi, I use JTS for some days, it's very efficient. But I have a pb: I have using JTS build from a set of linestring a set of polygons. I want know the polgygons...
617
Martin Davis
mbdavis@...
Jan 27, 2004 6:50 pm
You could use the Polygonizer class - it will assign holes to polygons. Martin Davis, Senior Technical Architect Vivid Solutions Inc. Suite #1A-2328 Government...
618
Jonathan Aquino
jonathan_aquino
Jan 27, 2004 9:31 pm
How about something brute force like: for each polygon i in polygons for each polygon j in polygons if i.contains(j) { polygonsContainingOtherPolygons.add(i) }...
619
Paul Selormey
pegroups
Jan 29, 2004 10:05 am
Hello All, To anyone interested in the .NET version of the JTS 1.4 (Open Topology Suite) I have created a mailing list at ...
620
Paul Ramsey
pwramsey3
Jan 31, 2004 9:45 pm
JTS'ers, As part the new "JUMP Project", the JTS discussion mailing list is going to be moved to jump-project.org, as a new list: ...