[postgis-users] PostGIS and .NET?
Paul Ramsey
pramsey at refractions.net
Wed Nov 12 09:21:51 PST 2003
If you're concept proving, then the .NET driver hopefully does what the
JDBC driver does with unknown types: returns them as text. So you can
get the WKT forms of the geometry and parse that. That is all the JDBC
driver does behind the scenes anyways :) Once you have a 'need for
speed' you can switch to parsing the WKB, either in ASII or binary form.
P.
Peter Aberline wrote:
> Hi all,
>
> Does anyone have any experience in using PostGIS with .NET? I know there is
> an o/s ADO.NET provider for PostgreSQL in development, and is apparently
> quite functional. But this doesn't take into account the PostGIS specific
> datatypes that are handled by the PostGIS JDBC driver.
>
> Perhaps I could use a ODBC/JDBC --> .NET bridge or something? Performance
> isn't an issue at this stage as I'm only wanting to prove a concept.
>
> thanks,
> Peter.
--
__
/
| Paul Ramsey
| Refractions Research
| Email: pramsey at refractions.net
| Phone: (250) 885-0632
\_
More information about the postgis-users
mailing list