Hi Rainer,

It is possible to access esri fgdb through the (currently experimental) ogr
module.

  https://github.com/geotools/geotools/tree/master/modules/unsupported/ogr

There are two flavours of it. Both require ogr to be installed on the
system. One uses a library called bridj to interface with ogr:


https://github.com/geotools/geotools/tree/master/modules/unsupported/ogr/ogr-bridj

The second flavour is one that uses JNI to interface, and the existing ogr
java bindings:


https://github.com/geotools/geotools/tree/master/modules/unsupported/ogr/ogr-jni

This option requires you to compile ogr with java binding support.

In order to specifically use fgdb you will have to ensure that ogr is
compiled with FileGDB support.

-Justin

On Wed, Oct 17, 2012 at 9:51 AM, Rainer Suddendorf <[email protected]>wrote:

> Hello All,
>
> I have read, that there is an unsupported module for accessing esri
> filegeodatabase, but can't find it.
> Is there anybody who can point me in the right direction? And perhaps
> give an example how to use it?
>
> Thanks Rainer
>
> --
> SDDB Consulting GmbH
> Wilhelm-Busch Str. 3
> 31832 Springe
>
> Phone        +49 5045 962773
> Mobil        +49 178 716 20 11
> Mail         [email protected]
>
>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_sfd2d_oct
> _______________________________________________
> GeoTools-GT2-Users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>



-- 
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
GeoTools-GT2-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to