[gdal-dev] How can I support polygons with islands in my APPLICATION USING gdal/ogr library?

2013-09-12 Thread sepideh
MyTest.rar I have uploaded my MyTest.shp created in ArcGIS. If you open it, you will see that it has nine polygons and in the attribute table of the layer, I have explained about the features of each polygon. My problem is: I'm devel

Re: [gdal-dev] How can I support polygons with islands in my APPLICATION USINGgdal/ogr library?

2013-09-12 Thread sepideh
well thanks how can I run ogrinfo to get the structures of my geometries in a layer? On Thu, Sep 12, 2013 at 11:01 PM, Even Rouault [via OSGeo.org] < ml-node+s1560n5077587...@n6.nabble.com> wrote: > [image: Boxbe] Even Rouault [via > OSGeo.org] (ml-node+s1560n50

Re: [gdal-dev] ogr2ogr load shape in tablespace

2013-09-12 Thread Even Rouault
Le jeudi 12 septembre 2013 14:26:13, Clay, Bruce a écrit : > I need to load a set of shapefiles into a tablespace (on a different hard > drive) where I have more dataspace. I have been using ogr2ogr to load > shapefile up to this point using windows command prompt and batch files. > I created a t

Re: [gdal-dev] How can I support polygons with islands in my APPLICATION USING gdal/ogr library?

2013-09-12 Thread Even Rouault
Le jeudi 12 septembre 2013 19:56:11, sepideh a écrit : > MyTest.rar > I have uploaded my MyTest.shp created in ArcGIS. If you open it, you will > see that it has nine polygons and in the attribute table of the layer, I > have explained

[gdal-dev] Multifile ArcGrid Issue

2013-09-12 Thread Dan Lewis
Hi, I'm trying to pull elevation data from the GMTED2010 Global Grids, which are distributed as ESRI ArcGrids ( http://topotools.cr.usgs.gov/GMTED_viewer/gmted2010_global_grids.php). Here's a minimal program that illustrates my problem: int main() { GDALDataset *poDataset; GDALAllRegis

[gdal-dev] ogr2ogr load shape in tablespace

2013-09-12 Thread Clay, Bruce
I need to load a set of shapefiles into a tablespace (on a different hard drive) where I have more dataspace. I have been using ogr2ogr to load shapefile up to this point using windows command prompt and batch files. I created a tablespace using pgAdminIII but I can not find a way to assign th