Re: Ignite C# Geometry

2018-06-08 Thread Andrey Mashenkov
Hi, Here is an example hot to create binary object [1]. I'm not sure it will work, but you can try to pass full class name as BinaroObject type. Smth like that: IBinaryObjectBuilder builder = ignite.GetBinary().GetBuilder("com.vividsolutions..."); [1] https://apacheignite-net.readme.io/docs/bi

Re: Ignite C# Geometry

2018-06-07 Thread Jonathan Mayer
Hi Andrew Thanks for the reply. " mock vividsolution classes" sounds interesting - is there an example of how to mock a class with BinaryObjects? Many Thanks Jonathan -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite C# Geometry

2018-06-07 Thread Andrey Mashenkov
Hi, I don't think JST classe are supported in Ignite binary protocol. You can try to use BinaryObjects for mock vividsolution classes or inline in SQL query string. On Thu, Jun 7, 2018 at 10:34 AM, Jonathan Mayer wrote: > Hi Guys, > > I realise that 2.5 has just been released and that everyone

Re: Ignite C# Geometry

2018-06-07 Thread Jonathan Mayer
Hi Guys, I realise that 2.5 has just been released and that everyone is busy but... If I can't get an answer to the below question it is a bit of a show stopper. Do I have to implement my own Data Type mapper for a JTS Geometry within the Ignite .Net Platform code or is there an easier way to ac

Ignite C# Geometry

2018-06-03 Thread Jonathan mayer
Hi Guys, I am a bit confused. How do I refer/interact with a JTS geometry from .Net? Regards, Jonathan