[Geotools-gt2-users] How to create a simple road or a line using geotools?

2008-10-12 Thread fx5900
Hi guys, I'm still pretty new to geotools but i want to create a very simple and BASIC road given some cordinates defined by lat/long titude. What i want to know is, is it possible to create something like this using geotools api? If so, which classes or functions would i need to pay

[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

Re: [Geotools-gt2-users] ASCII Grid min value

2008-10-12 Thread Simone Giannecchini
Ciao Oleg, I have done a minor modification to the statistics operations and now it should be possible to get the locations of max and min values from the Extrema GeoTools operation. Please, note that the Extrema and Histogram operations are mere wrappers of the JAI operations with the same name.

Re: [Geotools-gt2-users] How to create a simple road or a line using geotools?

2008-10-12 Thread Michael Bedward
I'd recommend that you use geotools version 2.5.0 (edit the version for each of your geotools dependencies in your pom.xml file). This version has the SimpleFeatureTypeBuilder which makes life easier. Then have a look at these pages in the user's guide...

Re: [Geotools-gt2-users] ASCII Grid min value

2008-10-12 Thread Michael Bedward
Cool ! Thanks Simone - that's useful for me right now Michael 2008/10/13 Simone Giannecchini [EMAIL PROTECTED]: Ciao Oleg, I have done a minor modification to the statistics operations and now it should be possible to get the locations of max and min values from the Extrema GeoTools

Re: [Geotools-gt2-users] How to create a simple road or a line using geotools?

2008-10-12 Thread Michael Bedward
ps. if you use 2.5.0 the modules are called gt-main etc rather than gt2-main Michael 2008/10/13 Michael Bedward [EMAIL PROTECTED]: I'd recommend that you use geotools version 2.5.0 (edit the version for each of your geotools dependencies in your pom.xml file). This version has the