Re: [JPP-Devel] [openjump-users] Re: VS: Off-list: Mobile GPS solution in OJ

2010-06-08 Thread edgar . soldin
On 08.06.2010 16:48, Larry Becker wrote: > Seems like GPSylon is a large program and you only need the small > portion ( gpsinput library?) that communicates with GPS devices, but > apparently that library depends on external code. > > (From the GPSylon web site): "The library that is used to commu

[JPP-Devel] Style to points within the ColorThemingStyle

2010-06-08 Thread Hernan Arellano
Hi all! I need to assign style to a Layer of points, but inside of the ColorThemingStyle (with Style i mean show the point like a triangle, square or circle). I know and I use VertexStyle to assign the style to the layer and It works ok like a BasicStyle, but this kind of style is used to wh

Re: [JPP-Devel] [openjump-users] Re: VS: Off-list: Mobile GPS solution in OJ

2010-06-08 Thread Joe Desbonnet
GPS integration although relatively trivial has always been a problem for Java apps because the necessary APIs to talk to the hardware (RS232, USB or Bluetooth) have never been part of the standard Java distribution. Therefore you always need extra stuff: either the missing APIs (eg the RXTX open s

Re: [JPP-Devel] [openjump-users] Re: VS: Off-list: Mobile GPS solution in OJ

2010-06-08 Thread edgar . soldin
I guess the solution will be a combination of both a) support of network socket style gps ala gpsd b) serial support if java serial support is possible .. ede On 08.06.2010 20:02, Joe Desbonnet wrote: > GPS integration although relatively trivial has always been a problem > for Java apps becaus