Re: [gdal-dev] .NET and OGR writing to stream

2012-05-29 Thread Tamas Szekeres
en, > > That's exactly what I was looking for. Yes, Gdal.VSIF* managed bindings are > there. Alas, I've been looking for them under Ogr methods :-) > > Regards, > Maksim Sestic > > > -Original Message- > From: Even Rouault > Subject: RE: [gda

Re: [gdal-dev] .NET and OGR writing to stream

2012-05-29 Thread Geoff Burns
gards, > > Maksim Sestic > > > > _____ > > From: Tamas Szekeres > Sent: Monday, August 01, 2011 13:05 > To: Maksim Sestic > Subject: Re: [gdal-dev] .NET and OGR writing to stream > > > > Maksim, > > You can refer to the example > http://

RE: [gdal-dev] .NET and OGR writing to stream

2011-08-03 Thread Maksim Sestic
2011 14:38 To: Maksim Sestic Cc: 'Tamas Szekeres'; gdal-dev@lists.osgeo.org Subject: RE: [gdal-dev] .NET and OGR writing to stream Selon Maksim Sestic : > Hi Tamas, > > > > I don't know how to apply the same principle onto OGR drivers (not GDAL). > I'm tr

RE: [gdal-dev] .NET and OGR writing to stream

2011-08-03 Thread Even Rouault
Sestic > > > > _ > > From: Tamas Szekeres [mailto:szeker...@gmail.com] > Sent: Monday, August 01, 2011 13:05 > To: Maksim Sestic > Cc: gdal-dev@lists.osgeo.org > Subject: Re: [gdal-dev] .NET and OGR writing to stream > > > > Maksim, > > You can

RE: [gdal-dev] .NET and OGR writing to stream

2011-08-03 Thread Maksim Sestic
Maksim Sestic _ From: Tamas Szekeres [mailto:szeker...@gmail.com] Sent: Monday, August 01, 2011 13:05 To: Maksim Sestic Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] .NET and OGR writing to stream Maksim, You can refer to the example http://trac.osgeo.org/gdal/browser/

Re: [gdal-dev] .NET and OGR writing to stream

2011-08-01 Thread Tamas Szekeres
Maksim, You can refer to the example http://trac.osgeo.org/gdal/browser/trunk/gdal/swig/csharp/apps/GDALRead.csto see how to read data into a byte array and then you can write this array directly to the memory stream. Best regards, Tamas 2011/7/31 Maksim Sestic > Hi all, > > ** ** > >

Re: [gdal-dev] .NET and OGR writing to stream

2011-08-01 Thread Chaitanya kumar CH
gt; > ** ** > > Regards, > > Maksim Sestic > > ** ** > -- > > *From:* Chaitanya kumar CH [mailto:chaitanya...@gmail.com] > *Sent:* Sunday, July 31, 2011 19:33 > > *To:* Maksim Sestic > *Cc:* gdal-dev@lists.osg

RE: [gdal-dev] .NET and OGR writing to stream

2011-08-01 Thread Maksim Sestic
CreateDataSource(myStream As Stream, options() As String) As OSGeo.OGR.DataSource Regards, Maksim Sestic _ From: Chaitanya kumar CH [mailto:chaitanya...@gmail.com] Sent: Sunday, July 31, 2011 18:06 To: Maksim Sestic Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] .NET and OGR writing

Re: [gdal-dev] .NET and OGR writing to stream

2011-07-31 Thread Chaitanya kumar CH
* > -- > > *From:* Chaitanya kumar CH [mailto:chaitanya...@gmail.com] > *Sent:* Sunday, July 31, 2011 18:06 > *To:* Maksim Sestic > *Cc:* gdal-dev@lists.osgeo.org > *Subject:* Re: [gdal-dev] .NET and OGR writing to stream > > ** ** >

RE: [gdal-dev] .NET and OGR writing to stream

2011-07-31 Thread Maksim Sestic
CreateDataSource(myStream As Stream, options() As String) As OSGeo.OGR.DataSource Regards, Maksim Sestic _ From: Chaitanya kumar CH [mailto:chaitanya...@gmail.com] Sent: Sunday, July 31, 2011 18:06 To: Maksim Sestic Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] .NET and OGR

Re: [gdal-dev] .NET and OGR writing to stream

2011-07-31 Thread Chaitanya kumar CH
Maksim, You can use the Memory driver. http://www.gdal.org/ogr/drv_memory.html http://www.gdal.org/ogr/ogr_formats.html On Sun, Jul 31, 2011 at 8:45 PM, Maksim Sestic wrote: > Hi all, > > ** ** > > Is there any example of OGR driver writing to memory stream (instead of > file stream), in

[gdal-dev] .NET and OGR writing to stream

2011-07-31 Thread Maksim Sestic
Hi all, Is there any example of OGR driver writing to memory stream (instead of file stream), in .NET? Regards, Maksim Sestic ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev