Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-users] SQL 2008 Geometry

The internal representation for SQL 2008 geometry is not WKB or WKT (.NET Serialized Geometry Class) although creating a SQL View to transform it into that would not be an issue.

The issue that is the blocker is getting a connection the server to select the table to view/edit. When using the "Integrated authentication" option the dialog will not go to the "Finish" step. The dialog reports "Connecting..." and then does not advance to the next screen. There may be an error returned by the geotools library, but it is not shown in the console or error reporting dialog.

SQL Server 2008 Express is available at no cost and would work for testing if you have a Windows box to install it on.

On Tue, Aug 9, 2011 at 4:49 PM, Jody Garnett <jody.garnett@xxxxxxxxx> wrote:
I have not had an SQL Server to test against; the status page in the library we use does not have many open issues.


However the planned developments list "geographic" and "wkb geometry read/write". So perhaps it is only supporting WKT currently?

-- 
Jody Garnett

On Sunday, 7 August 2011 at 2:56 AM, Stanley Sufficool wrote:

Using the trunk release of uDIG, there is an option to connect to SQL
Server using the geotools add datastore menu. I have not been able to
get this to work using the "Integrated Authentication" option.

Has anyone been able to get uDiG to display and edit SQL 2008 Geometry?
_______________________________________________
udig-users mailing list
udig-users@xxxxxxxxxxxxxxxxxxxxx
http://lists.refractions.net/mailman/listinfo/udig-users



Back to the top