[Geotools-devel] sql server datastore

2008-11-05 Thread Justin Deoliveira
Hi all, Excuse the double post. Just a heads up to let folks know that I have added a basic sql server datastore based on the new jdbc datastore stuff. It's still basic at this point and is still lacking some major features such as spatial indexing, prepared statements, and well known binary.

[Geotools-devel] Number format in created DBF file

2008-11-05 Thread DamienPaque
Hello, We are using the GeoTools java libraries in version 2.4.1 to export data's from an Oracle 10g database to shapefiles. For the geometric data's (SHP), everything is OK. But we have a problem for the alphanumerical data's (DBF): in the Oracle database, number format is NUMBER(8,0) and it bec

Re: [Geotools-devel] How to buffer points

2008-11-05 Thread Andrea Aime
Jürgen Jacob ha scritto: > Andrea Aime schrieb: >> Jürgen Jacob ha scritto: >>> Dear all, >>> >>> is it possible to buffer Points into Polygons? I've a shapefile with >>> point features and I want to create a buffer around them. How can I >>> do this? The CRS is WGS84 and the buffer should be 50m

Re: [Geotools-devel] [udig-devel] A need for branching uDig and Geotools, and how to merge again

2008-11-05 Thread Jody Garnett
Wellmann, Harald wrote: > Thanks for your feedback - I'm glad to hear that we share a view on > the libs bundle and the need to do something about it. Not to worry; I am in the process of shifting jobs so am not really around much this week. > > 2) Working branches will be created in th

Re: [Geotools-devel] How to buffer points

2008-11-05 Thread Jürgen Jacob
Andrea Aime schrieb: > Jürgen Jacob ha scritto: >> Dear all, >> >> is it possible to buffer Points into Polygons? I've a shapefile with >> point features and I want to create a buffer around them. How can I do >> this? The CRS is WGS84 and the buffer should be 50m. The resultung >> geometry obje

Re: [Geotools-devel] [udig-devel] A need for branching uDig and Geotools, and how to merge again

2008-11-05 Thread Jesse Eichar
Hi Harald. This is a big message and I am quite busy but I am going to try to find time to properly address this in the next week. Just want you to know that I am taking the message seriously, Jesse On 3-Nov-08, at 9:07 PM, Wellmann, Harald wrote: > Sorry for cross-posting, but I think this

[Geotools-devel] [jira] Created: (GEOT-2125) Make sure NUMBER(x, 0) Oracle fields are mapped to Integer/Number

2008-11-05 Thread Andrea Aime (JIRA)
Make sure NUMBER(x,0) Oracle fields are mapped to Integer/Number Key: GEOT-2125 URL: http://jira.codehaus.org/browse/GEOT-2125 Project: GeoTools Issue Type: Improvement

[Geotools-devel] [jira] Created: (GEOT-2124) Number format in created DBF file

2008-11-05 Thread Damien Paque (JIRA)
Number format in created DBF file - Key: GEOT-2124 URL: http://jira.codehaus.org/browse/GEOT-2124 Project: GeoTools Issue Type: Bug Components: data oraclespatial Affects Versions: 2.4.1

Re: [Geotools-devel] How to buffer points

2008-11-05 Thread Andrea Aime
Jürgen Jacob ha scritto: > Dear all, > > is it possible to buffer Points into Polygons? I've a shapefile with > point features and I want to create a buffer around them. How can I do > this? The CRS is WGS84 and the buffer should be 50m. The resultung > geometry objects will be polygon, or? JT

[Geotools-devel] How to buffer points

2008-11-05 Thread Jürgen Jacob
Dear all, is it possible to buffer Points into Polygons? I've a shapefile with point features and I want to create a buffer around them. How can I do this? The CRS is WGS84 and the buffer should be 50m. The resultung geometry objects will be polygon, or? Thanks for any advice, Jürgen ---