[Gdal-dev] help for reading sde features by ogr

Mateusz Loskot mateusz at loskot.net
Thu Nov 15 18:31:18 EST 2007


chenxuexia wrote:
> hi, any one have some samples about reading features in database(
> configured by ArcSDE ) with OGR_sde ?

Hi,

Check the OGR API tutorial to learn how to:
- connect with a datasource
- access layers
- access features of a layer

http://www.gdal.org/ogr/ogr_apitut.html

In order to know how to connect to the ArcSDE datasource,
check this page where you can learn about connection string:

http://www.gdal.org/ogr/drv_sde.html

These two pages are the only thing what you need to learn how to access OGR
datasoruce and ArcSDE.

Cheers
-- 
Mateusz Loskot
http://mateusz.loskot.net



More information about the gdal-dev mailing list