From trac_fdo at osgeo.org Wed Aug 8 04:38:46 2018 From: trac_fdo at osgeo.org (FDO) Date: Wed, 08 Aug 2018 11:38:46 -0000 Subject: [Fdo-trac] [fdo-trac] #957: SHP-files with 3D throw error Message-ID: <038.ca820d57b3d7ae34d99d0e28f22de85c@osgeo.org> #957: SHP-files with 3D throw error ----------------------------+----------------------- Reporter: tagru | Owner: gregboone Type: defect | Status: new Priority: major | Milestone: 4.1.0 Component: SHP Provider | Version: 3.8.0 Severity: 3 | Keywords: 3D SHP External ID: | ----------------------------+----------------------- Reading a SHP-Files geometry: {{{ Exception thrown: 'System.Runtime.InteropServices.SEHException' in OSGeo.FDO.Geometry.dll Exception thrown: 'OSGeo.FDO.Common.Exception' in OSGeo.FDO.Geometry.dll OSGeo.FDO.Common.Exception: Unsupported geometry type. at OSGeo.FDO.Geometry.FgfGeometryFactory.GetWkb(IGeometry geometry) }}} Shouldn't this method have the possibility to return the read geometry in 2d if 3d is not supported? Attached are a test example and the gdalinfo-output. -- Ticket URL: FDO Feature Data Objects From trac_fdo at osgeo.org Wed Aug 8 04:39:26 2018 From: trac_fdo at osgeo.org (FDO) Date: Wed, 08 Aug 2018 11:39:26 -0000 Subject: [Fdo-trac] [fdo-trac] #957: SHP-files with 3D throw error In-Reply-To: <038.ca820d57b3d7ae34d99d0e28f22de85c@osgeo.org> References: <038.ca820d57b3d7ae34d99d0e28f22de85c@osgeo.org> Message-ID: <053.96ce26b82f1ea7e08dd414fdf48a9a6d@osgeo.org> #957: SHP-files with 3D throw error --------------------------+------------------------- Reporter: tagru | Owner: gregboone Type: defect | Status: new Priority: major | Milestone: 4.1.0 Component: SHP Provider | Version: 3.8.0 Severity: 3 | Resolution: Keywords: 3D SHP | External ID: --------------------------+------------------------- Changes (by tagru): * Attachment "Bohrung Bestand Info.html" added. -- Ticket URL: FDO Feature Data Objects From trac_fdo at osgeo.org Wed Aug 8 04:40:14 2018 From: trac_fdo at osgeo.org (FDO) Date: Wed, 08 Aug 2018 11:40:14 -0000 Subject: [Fdo-trac] [fdo-trac] #957: SHP-files with 3D throw error In-Reply-To: <038.ca820d57b3d7ae34d99d0e28f22de85c@osgeo.org> References: <038.ca820d57b3d7ae34d99d0e28f22de85c@osgeo.org> Message-ID: <053.38101fac53e571d92cbbd0a1ca7e95b0@osgeo.org> #957: SHP-files with 3D throw error --------------------------+------------------------- Reporter: tagru | Owner: gregboone Type: defect | Status: new Priority: major | Milestone: 4.1.0 Component: SHP Provider | Version: 3.8.0 Severity: 3 | Resolution: Keywords: 3D SHP | External ID: --------------------------+------------------------- Changes (by tagru): * Attachment "3D-Example-SHP.zip" added. -- Ticket URL: FDO Feature Data Objects From trac_fdo at osgeo.org Wed Aug 8 04:45:09 2018 From: trac_fdo at osgeo.org (FDO) Date: Wed, 08 Aug 2018 11:45:09 -0000 Subject: [Fdo-trac] [fdo-trac] #957: SHP-files with 3D throw error In-Reply-To: <038.ca820d57b3d7ae34d99d0e28f22de85c@osgeo.org> References: <038.ca820d57b3d7ae34d99d0e28f22de85c@osgeo.org> Message-ID: <053.0c4a64d09a852037d3797a9288dba091@osgeo.org> #957: SHP-files with 3D throw error --------------------------+------------------------- Reporter: tagru | Owner: gregboone Type: defect | Status: new Priority: major | Milestone: 4.1.0 Component: SHP Provider | Version: 3.8.0 Severity: 3 | Resolution: Keywords: 3D SHP | External ID: --------------------------+------------------------- Comment (by tagru): Used methods: {{{ OSGeo.FDO.Commands.Feature.IFeatureReader.GetGeometry(string name) OSGeo.FDO.Geometry.FgfGeometryFactory.CreateGeometryFromFgf(byte[] bytes) OSGeo.FDO.Geometry.FgfGeometryFactory.GetWkb(IGeometry geometry) }}} -- Ticket URL: FDO Feature Data Objects