First working GPS position provider
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 6 May 2010 18:57:06 +0000 (18:57 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 6 May 2010 18:57:06 +0000 (18:57 +0000)
commite875b40fba70bb76fed1e2f3ff77c9adca1be1a4
tree75dd20a8355f94de62fc0674e8bb80714ea665f7
parent5ca81acf7afe421597fd3f99ba956d02c36fa43b
First working GPS position provider

git-svn-id: https://svn.argeo.org/slc/trunk@3565 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/tasks/SystemCall.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/tasks/SystemCallOutputListener.java [new file with mode: 0644]
runtime/org.argeo.slc.support.gis/build.properties
runtime/org.argeo.slc.support.gis/pom.xml
runtime/org.argeo.slc.support.gis/src/main/java/org/argeo/slc/geotools/Quickstart.java
runtime/org.argeo.slc.support.gis/src/main/java/org/argeo/slc/gpsbabel/GpsBabelCall.java [new file with mode: 0644]
runtime/org.argeo.slc.support.gis/src/main/java/org/argeo/slc/gpsbabel/GpsBabelPositionProvider.java [new file with mode: 0644]
runtime/org.argeo.slc.support.gis/src/main/java/org/argeo/slc/jts/PositionProvider.java [new file with mode: 0644]