[gdal-dev] Problems with OGRGeometry Intersects

2012-09-04 Thread Gabriel Fusca
ly->Intersects(pgeometry) == TRUE)) { // do something... } *else *{ // handle the intersection fail } pfeature = player->GetNextFeature(); } Any idea why it fails? Thanks, Regards, -- Gabriel Fusca SUR Emprendimientos Tecnológicos Perú 345 Piso 5to Oficin

Re: [gdal-dev] Problems with OGRGeometry Intersects

2012-09-04 Thread Gabriel Fusca
Sorry, I forget to say that I built Gdal with GEOS 2012/9/4 Gabriel Fusca > Hi, > > I'm using Gdal 1.9. > > I have a function that has to perform a intersection of a geometry based > on the click that is made on the screen. > > The raster file (Geotiff) that has

Re: [gdal-dev] Problems with OGRGeometry Intersects

2012-09-05 Thread Gabriel Fusca
4 / > UTM zone 21S) (PROJ) Thanks, Regards, 2012/9/4 Even Rouault > Le mardi 04 septembre 2012 23:04:16, Gabriel Fusca a écrit : > > Hi, > > > > I'm using Gdal 1.9. > > > > I have a function that has to perform a intersection of a geometry based > on >

Re: [gdal-dev] Problems with OGRGeometry Intersects

2012-09-05 Thread Gabriel Fusca
Hi, Thanks Even! This solves the problem! 2012/9/5 Even Rouault > Selon Gabriel Fusca : > > > Hi, > > > > Thanks for the answer. > > > > > OGRPoint querypoint = OGRPoint(Point.x_, Point.y_); > > > querypoint.assignSpatialReference(new > OGR

[gdal-dev] [ OGR SQL: Excecuting select where column name starts with "_" SO: Windows 7, GDAL/OGR 1.9.x

2012-10-09 Thread Gabriel Fusca
rinfo Provincias.shp -sql "SELECT * FROM WHERE _tipo_Area = 1" INFO: Open of `Provincias.shp' using driver `ESRI Shapefile' successful. ERROR 1: SQL Expression Parsing Error: syntax error Any ideas on how to get around this? Best regards, -- Gabriel Fusc

[gdal-dev] Use of GDALTransformerFunc

2012-11-13 Thread Gabriel Fusca
on? Regards, --- Gabriel Fusca SUR Emprendimientos Tecnológicos Perú 345 Piso 5to Oficina "B" (C1067AAG) Ciudad de Buenos Aires, Argentina Tel. +54 (11) 4342-2976/84 gabrielfu...@suremptec.com.ar http://www.suremptec.com/ ___ gdal-dev mailing list gdal-de

Re: [gdal-dev] Google maps support licensing question

2013-03-22 Thread Gabriel Fusca
/bump 2013/3/8 Gabriel Fusca > Hi All, > > I'm developing a free but not open-source desktop application using Gdal > 1.9. > > I want to know if exists any licesing problem to support google maps layers > > Best regards, > > -- > Gabriel Fusca > SUR

Re: [gdal-dev] Google maps support licensing question

2013-03-26 Thread Gabriel Fusca
Thanks! 2013/3/22 Travis Kirstine > I'm 99.9% sure this would be against the terms of service: > > http://www.google.com/help/terms_maps.html > > Section 2 would cover this. > > Regards > > > > On 22 March 2013 14:02, Gabriel Fusca wrote: > >> /

[gdal-dev] GetCabilities from WMS

2013-09-16 Thread Gabriel Fusca
Hi, I'm working with gdal 1.9.1 and I need to obtain GetCapabilities from a WMS Server. Which is the right way to do? Thanks. Regards, -- Gabriel Fusca SUR Emprendimientos Tecnológicos Perú 345 Piso 5to Oficina "B" (C1067AAG) Ciudad de Buenos Aires, Argentina Tel. +54 (1

Re: [gdal-dev] GetCabilities from WMS

2013-09-16 Thread Gabriel Fusca
m/qlandkartegt-users@lists.sourceforge.net/msg00215.html > > But I would like to hear other options. > > Regards, > Trent > > > On Mon, Sep 16, 2013 at 10:54 AM, Gabriel Fusca < > gabrielfu...@suremptec.com.ar> wrote: > >> Hi, >> >> I'm wo

[gdal-dev] Open BIL, BIP, and BSQ raster files without header

2013-10-22 Thread Gabriel Fusca
Can someone please help me figure this out. Thanks in advance, Regards -- Gabriel Fusca SUR Emprendimientos Tecnológicos Perú 345 Piso 5to Oficina "B" (C1067AAG) Ciudad de Buenos Aires, Argentina Tel. +54 (11) 4342-2976/84 gabrielfu...@suremptec.com.ar http://ww

Re: [gdal-dev] Open BIL, BIP, and BSQ raster files without header

2013-10-22 Thread Gabriel Fusca
can handle this configuration. 2013/10/22 Kyle Shannon > Gabriel, > Did you look at the VRT dataset? > > http://www.gdal.org/gdal_vrttut.html > > I suspect that is what you are looking for. > > kss > > On Tue, Oct 22, 2013 at 7:27 AM, Gabriel Fusca > wrote: >

Re: [gdal-dev] Open BIL, BIP, and BSQ raster files without header

2013-10-22 Thread Gabriel Fusca
I will try first the EHdr driver option. Thanks a lot Even and Kyle, 2013/10/22 Even Rouault > Le mardi 22 octobre 2013 19:43:50, Gabriel Fusca a écrit : > > I'm thinking to configure the header file (.hdr) following the > > especification of the header ( > >

[gdal-dev] Veto wx ComboBox selection before selection change

2012-06-25 Thread Gabriel Fusca
the version of Wx. Regards, -- Gabriel Fusca SUR Emprendimientos Tecnológicos Perú 345 Piso 5to Oficina "B" (C1067AAG) Ciudad de Buenos Aires, Argentina Tel. +54 (11) 4342-2976/84 gabrielfu...@suremptec.com.ar http://www.suremptec.com/ __