Re: [Geotools-gt2-users] Geomatry example

2008-10-14 Thread fx5900
Hi, I have just managed to do the linestring example, just wandering, is there a class which will allow me linestring and display this visually? I don't want to use the AWT/SWING object unless there is another way, but a quick way? or can i display this on my NB Outpute Window? which would

Re: [Geotools-gt2-users] Geomatry example

2008-10-13 Thread Adrian Custer
Hey, You seem royally confused between JTS geometries and ISO geometries which is not really your fault since they unfortunately all share objects of the same names. ISO geometry is a work in progress and not usable for day to day work. It's not yet even clear how the specification can be

Re: [Geotools-gt2-users] Geomatry example

2008-10-13 Thread fx5900
Hi Adrian, YES i am confused, i have the JTS geometries in my libraries folder and version 1.8 installed but every time i try to create a new object such as GeometryFactory g= new GeometryFactory(); i keep getting the errors of cannot find symbol. I have the jar file,the import statement as

Re: [Geotools-gt2-users] Geomatry example

2008-10-13 Thread Michael Bedward
I've emailed a working example privately Michael 2008/10/14 fx5900 [EMAIL PROTECTED]: Hi Adrian, YES i am confused, i have the JTS geometries in my libraries folder and version 1.8 installed but every time i try to create a new object such as GeometryFactory g= new GeometryFactory(); i

[Geotools-gt2-users] Geomatry example

2008-10-12 Thread fx5900
Hi, I am following the how to create a geomatry example but everytime i add the code GeometryFactory GeometryFactory = JTSFactoryFinder.getGeometryFactory( null ) i get error messages saying that each of the classes cannot be found. However in my in my import statement i have import