Gps Tools Guide Net

Embed Size (px)

Citation preview

  • 8/11/2019 Gps Tools Guide Net

    1/22

    psToolsGuidenet

    nson GpsTools http://franson.com/gpstools 2002-2005 Franson Technology AB, All rights reserved

    P! Use GpsGate to simulate a GPS during development.

    anson GpsTools .NET

    tall

    tall GpsTools SDK describes how to install GpsTools for .NET development.

    velop tting started with VB.NET cribes how to install GpsTools .NET and start writing VB.NET applications.

    tting started with C# cribes how to install GpsTools .NET and start writing C# applications.

    tting started with ASP.NET in VB cribes how to install GpsTools .NET and start writing web applications in VB.NET.

    tting started with ASP.NET in C# cribes how to install GpsTools .NET and start writing web applications in C#.

    stribute tribution how to distribute your GpsTools .NET application.

    ore usage of GpsTools:

    sTools + GpsGate integration. n multiple GPS applications at the

    me time, sharing the same GPS.

    cess GPS from Internet Explorer t GPS coordinates into your HTMLge using GpsTools.

    More samples The SDK conatins manysamples, and here are some moresamples not found in the SDK.

    hnical support can be found in the user forum. We will constantly monitor and answer questions in the forum. Theum also includes frequently asked question (FAQ).neral FAQ for GpsTools

    owse the Technical support forum! arch the Technical support forum!

    tall GpsTools SDK

    ps to install:Download and unzip GpsTools SDK.

    Run Setup.exe

    TE! The Visual Basic 6.0 runtime environment must be installed for GpsTools Studio to work. If you don't have it

    ttp://franson.com/gpstools/guide.asp?print=2&platform=net (1 of 22)2005-05-20 16:36:06

    http://franson.com/gpstoolshttp://franson.com/GpsGatehttp://franson.com/forum/forum.asp?FORUM_ID=9http://franson.com/forumhttp://franson.com/forum/search.asphttp://franson.com/gpstools/download.asp?&platform=nethttp://franson.com/gpstools/download.asp?&platform=nethttp://franson.com/forum/search.asphttp://franson.com/forumhttp://franson.com/forum/forum.asp?FORUM_ID=9http://franson.com/GpsGatehttp://franson.com/gpstools
  • 8/11/2019 Gps Tools Guide Net

    2/22

    psToolsGuidenet

    talled already it can be downloaded from Microsofts ftp-server ftp://ftp.microsoft.com/softlib/mslfiles/vbrun60sp3.exe

    ex

    tting started with VB.NET and GpsTools .NET

    amples The best and easiest way to get started is to take a look at the examples.

    e samples can be found in the .NET Desktop Framework\Samples\VB.NET directory.

    mple 1 - SerialPort ads data from the serial port and parses NMEA 0183 data (standard GPS protocol). Presents position as latitude,gitude, UTM coordinates, (or other supported national coordinate system). Displays speed and satellite information.pends on GpsToolsNET.dll

    mple 2 - SimpleMap monstrates the new raster map functionality. Connects a GPS to a map. Draws and handles graphical objects on a map,m and rotation and much more. Handles mouse events. And more...ate your own MapLibs using GpsTools Studio .

    pends on GpsToolsNET.dll, GpsViewNET.dll

    mple 3 - Layers aw objects on several of layers and how to manage layers.pends on GpsToolsNET.dll, GpsViewNET.dll

    mple 4 - MultiMap itch between different raster maps. Use and define blank maps.pends on GpsToolsNET.dll, GpsViewNET.dll

    mple 5 - Grid mples for coordinate conversion in both directions between latitude/longitude and national grids. E.g. UTM, British Grid,h Grid, Swiss Grid and Swedish Grid. List of supported grids

    pends on GpsToolsNET.dll

    mple 6 - ShapeDrawer aws polygons, polylines and multipoint.pends on GpsToolsNET.dll, GpsViewNET.dll, GpsShapeNET.dll

    mple 7 - ShapeFileViewer ad and display ESRI shapefiles.pends on GpsToolsNET.dll, GpsViewNET.dll, GpsShapeNET.dll

    License key is necessary to use GpsTools. During development the key found here can be used. To distribute themponent as part of your application you need to purchase a license. The License.LicenseKey property must be set to a

    id license key by your application or else the component will refuse to work properly.

    ulator. GpsTools can be run in the Pocket PC emulator of you have a GPS to connect to the desktop PC. Read moree about how to set up the emulators serial port.

    ps to set up project u always need to make a reference to GpsToolsNET.dllo use the raster map feature you also need to make a reference to GpsViewNET.dll and add GpsViewNET.dll to theolbox to be able to draw the map control to the form during design time.

    polygon, polylines and ESRI shapefiles a reference to GpsShapeNET.dll is necessary.

    Open a sample project.

    ttp://franson.com/gpstools/guide.asp?print=2&platform=net (2 of 22)2005-05-20 16:36:06

    ftp://ftp.microsoft.com/softlib/mslfiles/vbrun60sp3.exehttp://franson.com/gpstools/reference_manual.asp?class=GenericInfo&item=Countries&platform=nethttp://franson.com/gpstools/download.asp?&platform=nethttp://franson.com/gpstools/purchase.asp?license=&platform=nethttp://franson.com/gpstools/reference_manual.asp?class=License&item=LicenseKey&platform=nethttp://franson.com/gpstools/reference_manual.asp?class=License&item=LicenseKey&platform=nethttp://franson.com/gpstools/purchase.asp?license=&platform=nethttp://franson.com/gpstools/download.asp?&platform=nethttp://franson.com/gpstools/reference_manual.asp?class=GenericInfo&item=Countries&platform=netftp://ftp.microsoft.com/softlib/mslfiles/vbrun60sp3.exe
  • 8/11/2019 Gps Tools Guide Net

    3/22

    psToolsGuidenet

    Right click on "References" and select "Add reference..."

    ialog opens:

    Click "Browse..."

    Go up two directories.

    ttp://franson.com/gpstools/guide.asp?print=2&platform=net (3 of 22)2005-05-20 16:36:06

  • 8/11/2019 Gps Tools Guide Net

    4/22

    psToolsGuidenet

    Select the DLLs you need to reference. Select all if you feel unsure. You can remove them later when you understandich you do need, and which you don't need. Then click open.

    Click "OK" in the "Add reference" dialog".

    Find the row which says License.LicenseKey = "...", replace that key with the one you requested from us.

    Run your sample!

    OTE! Due to an error in VS.NET 2002 you need to set the "Copy Local" property to false for the referenced DLL:s or elseS.NET 2002 will issue an error when trying to display the form. This bug is fixed in VS.NET 2003.

    ex

    ew things about the GPS . Remember that a GPS works poorly indoors. Sometimes it is possible to get a fix near andow, but usually not. The GPS must be configured to transmitt NMEA data.

    ex

    tting started with C# and GpsTools .NET

    amples The best and easiest way to get started is to take a look at the examples.

    e samples can be found in the .NET Desktop Framework\Samples\C# directory.

    mple 1 - SerialPort ads data from the serial port and parses NMEA 0183 data (standard GPS protocol). Presents position as latitude,gitude, UTM coordinates, (or other supported national coordinate system). Displays speed and satellite information.pends on GpsToolsNET.dll

    mple 2 - SimpleMap monstrates the new raster map functionality. Connects a GPS to a map. Draws and handles graphical objects on a map,

    ttp://franson.com/gpstools/guide.asp?print=2&platform=net (4 of 22)2005-05-20 16:36:06

  • 8/11/2019 Gps Tools Guide Net

    5/22

    psToolsGuidenet

    d much more. Handles mouse events. And more...ate your own MapLibs using GpsTools Studio .

    pends on GpsToolsNET.dll, GpsViewNET.dll

    mple 3 - Layers aw objects on several of layers and how to manage layers.pends on GpsToolsNET.dll, GpsViewNET.dll

    mple 4 - MultiMap itch between different raster maps. Use and define blank maps.pends on GpsToolsNET.dll, GpsViewNET.dll

    mple 5 - ShapeDrawer aws polygons, polylines and multipoint.pends on GpsToolsNET.dll, GpsViewNET.dll, GpsShapeNET.dll

    mple 6 - ShapeFileViewer ad and display ESRI shapefiles.pends on GpsToolsNET.dll, GpsViewNET.dll, GpsShapeNET.dll

    License key is necessary to use GpsTools. During development the key found here can be used. To distribute themponent as part of your application you need to purchase a license. The License.LicenseKey property must be set to aid license key by your application or else the component will refuse to work properly.

    ps to set up project u always need to make a reference to GpsToolsNET.dllo use the raster map feature you also need to make a reference to GpsViewNET.dll and add GpsViewNET.dll to theolbox to be able to draw the map control to the form during design time.

    polygon, polylines and ESRI shapefiles a reference to GpsShapeNET.dll is necessary.

    Open a sample project.

    Right click on "References" and select "Add reference..."

    ialog opens:

    ttp://franson.com/gpstools/guide.asp?print=2&platform=net (5 of 22)2005-05-20 16:36:06

    http://franson.com/gpstools/download.asp?&platform=nethttp://franson.com/gpstools/purchase.asp?license=&platform=nethttp://franson.com/gpstools/reference_manual.asp?class=License&item=LicenseKey&platform=nethttp://franson.com/gpstools/reference_manual.asp?class=License&item=LicenseKey&platform=nethttp://franson.com/gpstools/purchase.asp?license=&platform=nethttp://franson.com/gpstools/download.asp?&platform=net
  • 8/11/2019 Gps Tools Guide Net

    6/22

    psToolsGuidenet

    Click "Browse..."

    Go up two directories.

    ttp://franson.com/gpstools/guide.asp?print=2&platform=net (6 of 22)2005-05-20 16:36:06

  • 8/11/2019 Gps Tools Guide Net

    7/22

    psToolsGuidenet

    Select the DLLs you need to reference. Select all if you feel unsure. You can remove them later when you understandich you do need, and which you don't need. Then click open.

    Click "OK" in the "Add reference" dialog".

    Find the row which says License.LicenseKey = "...", replace that key with the one you requested from us.

    Run your sample!

    OTE! Due to an error in VS.NET 2002 you need to set the "Copy Local" property to false for the referenced DLL:s or elseS.NET 2002 will issue an error when trying to display the form. This bug is fixed in VS.NET 2003.

    ex

    back to menu

    tting started with VB.NET and GpsTools .NET (for ASP.NET)

    amples The best and easiest way to get started is to take a look at the examples.e samples files can be found in the .NET Framework\Samples\VB.NET directory.

    mple 1 - VbSimpleMapASP a web application that demonstrates some features of GpsTools abilities in Web environment. It shows how ap interacts with mouse click and adjusts itself according mouse positions. Drawing, deleting and getting information

    out Icons, Ellipses and other shapes on the map. Zoom and rotation of a map. Viewing certain part of a map thatresponds to a fetched position from a GPS receiver. And more...eate your own MapLibs using GpsTools Studio .

    mple 2 - VbStaticMapASP

    ttp://franson.com/gpstools/guide.asp?print=2&platform=net (7 of 22)2005-05-20 16:36:06

    http://franson.com/gpstools/guide.asp?section=Studio&platform=nethttp://franson.com/gpstools/guide.asp?section=Studio&platform=net
  • 8/11/2019 Gps Tools Guide Net

    8/22

    psToolsGuidenet

    a web application that demonstrates how to view a simple static map on a web page using a GpsTools.eate your own MapLibs using GpsTools Studio .

    License key is necessary to use GpsTools. During development the key found here can be used. To distributecomponent as part of your application you need to purchase a license. The License.LicenseKey property mus

    set to a valid license key by your application or else the component will refuse to work properly.

    ps to setup project

    Make sure you have both Visual Studio 2003 .NET and IIS installed.

    Download and install GpsTools SDK 2.2Start Visual Studio 2003 .NET and create a new web application by choosing File->New->Project.The followingdialog will then appear. Type an aplication name (WebApplication1 in this example) and press OK.

    ttp://franson.com/gpstools/guide.asp?print=2&platform=net (8 of 22)2005-05-20 16:36:06

    http://franson.com/gpstools/guide.asp?section=Studio&platform=nethttp://franson.com/gpstools/download.asp?platform=netcf#licensekeyhttp://franson.com/gpstools/purchase.asp?platform=netcfhttp://franson.com/gpstools/reference_manual.asp?class=License&item=LicenseKey&platform=netcfhttp://franson.com/gpstools/reference_manual.asp?class=License&item=LicenseKey&platform=netcfhttp://franson.com/gpstools/purchase.asp?platform=netcfhttp://franson.com/gpstools/download.asp?platform=netcf#licensekeyhttp://franson.com/gpstools/guide.asp?section=Studio&platform=net
  • 8/11/2019 Gps Tools Guide Net

    9/22

    psToolsGuidenet

    Import all files resides in the .NET Framework\Samples\VB.NET directory into your web application by right-clicking on the project name Add->Add Existing Item as shown in the picture below. From "Add Existing Itemdialog box" Select all files(*.*) from files of type drop down list.

    Choose apply to all Items and press Yes

    If the following dialog appears, press Yes to All.

    ttp://franson.com/gpstools/guide.asp?print=2&platform=net (9 of 22)2005-05-20 16:36:06

  • 8/11/2019 Gps Tools Guide Net

    10/22

    psToolsGuidenet

    Add reference to modules GpsViewNET.dll, GpsTools.dll and System.Windows.Forms.dll . The first twomodules are located at ..\GpsTools\Net2002\Distribution\Web. Right-click on Reference and select AddReference as shown in the picture below.

    ttp://franson.com/gpstools/guide.asp?print=2&platform=net (10 of 22)2005-05-20 16:36:06

  • 8/11/2019 Gps Tools Guide Net

    11/22

    psToolsGuidenet

    Right-Click on project and select property. Change Root namespace to SimpleMapASPvb .

    ttp://franson.com/gpstools/guide.asp?print=2&platform=net (11 of 22)2005-05-20 16:36:06

  • 8/11/2019 Gps Tools Guide Net

    12/22

    psToolsGuidenet

    ImageRender.aspx (The page that does the actual drawing) has now a different namespace which has tobe changed to the web application's namespace (SimpleMapASPvb).

    1- Open ImageRender.aspx and select HTML mode. The @page directive should lookes as follow:

    2- Change WebApplication1 OR the name of your web application to SimpleMapASPvb.3- Save the file.Run the application .

    ew things about the GPS . Remember that a GPS works poorly indoors. Sometimes it is possible to get a fix near andow, but usually not. The GPS must be configured to transmitt NMEA data.

    ex

    tting started with C#.NET and GpsTools .NET (for ASP.NET)

    amples The best and easiest way to get started is to take a look at the examples.e samples files can be found in the .NET Framework\Samples\C#.NET directory.

    mple 1 - SimpleMapASP a web application that demonstrates some features of GpsTools abilities in Web environment. It shows how ap interacts with mouse click and adjusts itself according mouse positions. Drawing, deleting and getting information

    out Icons, Ellipses and other shapes on the map. Zoom and rotation of a map. Viewing certain part of a map thatresponds to a fetched position from a GPS receiver. And more...eate your own MapLibs using GpsTools Studio .

    mple 2 - StaticMapASPa web application that demonstrates how to view a simple static map on a web page using a GpsTools.eate your own MapLibs using GpsTools Studio .

    License key is necessary to use GpsTools. During development the key found here can be used. To distributecomponent as part of your application you need to purchase a license. The License.LicenseKey property mus

    set to a valid license key by your application or else the component will refuse to work properly.

    ps to setup project

    Make sure you have both Visual Studio 2003 .NET and IIS installed.

    Download and install GpsTools SDK 2.2

    ttp://franson.com/gpstools/guide.asp?print=2&platform=net (12 of 22)2005-05-20 16:36:06

    http://franson.com/gpstools/guide.asp?section=Studio&platform=nethttp://franson.com/gpstools/guide.asp?section=Studio&platform=nethttp://franson.com/gpstools/download.asp?platform=netcf#licensekeyhttp://franson.com/gpstools/purchase.asp?platform=netcfhttp://franson.com/gpstools/reference_manual.asp?class=License&item=LicenseKey&platform=netcfhttp://franson.com/gpstools/reference_manual.asp?class=License&item=LicenseKey&platform=netcfhttp://franson.com/gpstools/purchase.asp?platform=netcfhttp://franson.com/gpstools/download.asp?platform=netcf#licensekeyhttp://franson.com/gpstools/guide.asp?section=Studio&platform=nethttp://franson.com/gpstools/guide.asp?section=Studio&platform=net
  • 8/11/2019 Gps Tools Guide Net

    13/22

    psToolsGuidenet

    Start Visual Studio 2003 .NET and create a new web application by choosing File->New->Project.The followingdialog will then appear. Type an aplication name (WebApplication1 in this example) and press OK.

    Import all files resides in the .NET Framework\Samples\C#.NET directory into your web application by right-

    clicking on the project name Add->Add Existing Item as shown in the picture below. From "Add Existing Itemdialog box" Select all files(*.*) from files of type drop down list.

    ttp://franson.com/gpstools/guide.asp?print=2&platform=net (13 of 22)2005-05-20 16:36:06

  • 8/11/2019 Gps Tools Guide Net

    14/22

    psToolsGuidenet

    Choose apply to all Items and press Yes

    If the following dialog appears, press Yes to All.

    ttp://franson.com/gpstools/guide.asp?print=2&platform=net (14 of 22)2005-05-20 16:36:06

  • 8/11/2019 Gps Tools Guide Net

    15/22

    psToolsGuidenet

    Add reference to modules GpsViewNET.dll, GpsTools.dll and System.Windows.Forms.dll . The first twomodules are located at ..\GpsTools\Net2002\Distribution\Web. Right-click on Reference and select AddReference as shown in the picture below.

    ttp://franson.com/gpstools/guide.asp?print=2&platform=net (15 of 22)2005-05-20 16:36:06

  • 8/11/2019 Gps Tools Guide Net

    16/22

    psToolsGuidenet

    Run the application .

    ew things about the GPS . Remember that a GPS works poorly indoors. Sometimes it is possible to get a fix near andow, but usually not. The GPS must be configured to transmitt NMEA data.

    ex

    veloper's Guide - GpsTools Studio

    TE! If you want a library (.NET/ActiveX) that can make MapLibs out of BMP and GIF files, take a closer look at the

    pLibXP/MapLibNET components. Start reading about the zMapLib class.

    sTools Studio is used to create and edit MapLibs. A MapLib contains a raster map and icons to be used in yourlication.

    er installing GpsTools SDK 2.0 (or later) you can find GpsTools Studio undert->Programs->GpsTools SDK->GpsTools Studio

    ate a new MapLib u need to have a raster map in GIF or BMP format.

    create a map from a bitmap:

    ttp://franson.com/gpstools/guide.asp?print=2&platform=net (16 of 22)2005-05-20 16:36:06

  • 8/11/2019 Gps Tools Guide Net

    17/22

    psToolsGuidenet

    e raster map must be conformal. (*) This means lines from south to north must be orthogonal to lines that goes from westast. The map can be rotated. The scale can be different (or same) in north/south direction than west/east direction.

    er the bitmap is loaded a wizard will start to scale the raster map. What you need is three positions on the map with knowgraphic coordinates. You also need to know which coordinate system the map is using. If you are unsure use UTM, andthe method presented under "Verify scaling" below to see if you made the right choice.

    zard step 1 - Select Datum or Grid. his step you need to specify which coordinate system your raster map is using.elect a Country / Region.Select if the coordinates are specified in lat/lon or easting/northingSelect the a grid or datum.

    e coordniate system choosen is that in which the map is conformal.

    ttp://franson.com/gpstools/guide.asp?print=2&platform=net (17 of 22)2005-05-20 16:36:06

  • 8/11/2019 Gps Tools Guide Net

    18/22

    psToolsGuidenet

    er coordinates er selecting coordinate system, click somewhere on the map and this dialog shows up:

    u must enter the geographic position which represents the X, Y position on the raster map. In total you need to specify 3rdinates The coordinate should be as far apart as possible for the best results. Try to place them in opposite corners.

    ify scaling verify that everything is ok, click on some other known position on the map and verify that the geographic coordinatew in the bottom line of the window is correct.

    ate Icons u can create icons (bitmaps) which you later can be drawn on the map in your application.

    create a new icon select:

    e Icon's bitmap must be a BMP of GIF. If the GIF has a transparent color, it will be transparent in the MapLib as well. Afterding the bitmap, you need to name the Icon. This name will be used to refer the Icon in your application. See Map.wIcon y number of Icons can be created. Use the menu to rename, delete and create new Icons.

    ttp://franson.com/gpstools/guide.asp?print=2&platform=net (18 of 22)2005-05-20 16:36:06

  • 8/11/2019 Gps Tools Guide Net

    19/22

    psToolsGuidenet

    ve MapLib er creating a Map and Icons, you need to save the MapLib:

    w the MapLib is ready to be used by your application. See Map. Open .

    Conformality expressed in a more formal way:hen the scale of a map at any point on the map is the same in any direction, the projection is conformal. Meridians (lines ofgitude) and parallels (lines of latitude) intersect at right angles. Shape is preserved locally on conformal maps.

    re you can find some online map resources ex

    ET Distribution

    ke sure GpsToolsNET.dll and GpsViewNET.dll is copied to the same directory as your application EXE file.

    ViewNET.dll is only necessary if you use the raster map feature.

    ex

    cense Pro + GpsGate OEM

    rsion GpsTools 2.20 (or later)GpsGate 1.10 (or later)

    are the GPS using GpsTools and GpsGate

    s Tools and Gps Gate enables you to write GPS applications that can run at the same time as other applications sharing signle GPS. This can be very useful when for example developing an application that is a complement to a mapping or

    vigation program.

    u can think of GpsGate as a program that turns a GPS into a shared "multi-GPS" and you can think of GpsTools as alkit for programmers who want to develop their own GPS applications in Visual Studio.

    e standard way to access a GPS is by using a serial port. GpsGate provides virtual serial ports which emulates GPSeivers. Applications connecting to those virtual ports think they have connected to a real GPS (exclusivly).

    sTools can make use of GpsGate in a very clever way. It can detect if GpsGate is installed and use GpsGate in that case.detailed information on how this is done see NmeaParser. PortEnabled (Method 4 - GpsGate Direct and Method 1 -o detection).

    sTools uses GpsGate API to start GpsGate and get access to GPS data, this is done without any use of virtual serial

    ttp://franson.com/gpstools/guide.asp?print=2&platform=net (19 of 22)2005-05-20 16:36:06

    http://franson.com/gpstools/support.asp?kb=3&platform=nethttp://franson.com/gpstools/purchase.asp?license=gatebundle&platform=nethttp://franson.com/gpsgatehttp://franson.com/gpsgatehttp://franson.com/gpsgate/dev_guide.asphttp://franson.com/gpsgate/dev_guide.asphttp://franson.com/gpsgatehttp://franson.com/gpstools/purchase.asp?license=gatebundle&platform=nethttp://franson.com/gpstools/support.asp?kb=3&platform=net
  • 8/11/2019 Gps Tools Guide Net

    20/22

    psToolsGuidenet

    ts. This takes away some configuration from the end user and makes the whole solution simpler to use and more robust.

    te that GpsTools handles all calls to GpsGate API. Applications that wants to use GpsGate without GpsTools can do thataccessing GpsGate API directly, or by using the virtual serial ports created by GpsGate.

    sTools can be used to acces GPS data from a normal HTML page in Internet Explorer . In this case it is particular wellted to use GpsGate, since it enables several opened browser windows to share the GPS at the same time.

    e end user must also have a valid GpsGate license or your application must call License. GateLicense to install aid GpsGate Express license.

    u can bundle your application based on GpsTools Pro with GpsGate Express for a low fixed price . Using this solution yolication can co-exist with other GPS applications and run at the same time using the same GPS. This will be experienced

    a great benefit to your users/customers.

    sGate Express has two virtual ports which any 3rd party GPS application can connect to. And GpsGate API, which anymber of GpsTools based or other GpsGate API enabled application can connect to. In most cases this means you canre the same GPS with two other GPS applications. For an unlimited number of virtual ports GpsGate Standard isuired.

    tribution GpsGate must be installed as a separate application on the end users computer/device. Those links can bed for the latest version of GpsGate:

    ndows:://franson.biz/gpsgate/download.asp?section=oem&partner=generic&platform=winxp

    ket PC:://franson.biz/gpsgate/download.asp?section=oem&partner=generic&platform=ppc

    back to index

    cense Standard (ActiveX)

    rsion GpsTools 1.30 (or later)

    cess GPS from Internet Explorer HTML page

    ttp://franson.com/gpstools/guide.asp?print=2&platform=net (20 of 22)2005-05-20 16:36:06

    http://franson.com/gpsgate/dev_guide.asphttp://franson.com/gpstools/purchase.asp?license=gatebundle&platform=nethttp://franson.com/gpstools/purchase.asp?license=standard&platform=nethttp://franson.com/gpstools/purchase.asp?license=standard&platform=nethttp://franson.com/gpstools/purchase.asp?license=gatebundle&platform=nethttp://franson.com/gpsgate/dev_guide.asp
  • 8/11/2019 Gps Tools Guide Net

    21/22

    psToolsGuidenet

    ng GpsTools you can access a GPS connected to your laptop or Pocket PC from Internet Explorer (or PIE). This meansu can include position information into a normal HTML form and post it up to a web server!

    sTools SDK includes samples for Windows and Pocket PC / Windows CE.

    e connection to the GPS will be exclusive which means only one browser can connect to the GPS at a time, and no otherS applications can use the GPS while the web page using the GPS is opened.

    a more flexible solution you can use GpsGate in combination with GpsTools. This will allow any number of web pages,d any number of GPS applications share the GPS at the same time. No limitations.ad more about GpsTools + GpsGate integration here.

    back to index

    ou got any project based on GpsTools you want to share , please let us know and we'll publish it here. Use this form tontact us

    AVPDA Robbie Robinson , [email protected]

    AVPDA provides a Pocket PC display of speed, digital compass heading, compass points, elapsed distance, latitude,gitude and coordinated universal time (UTC).ad more...

    ttp://franson.com/gpstools/guide.asp?print=2&platform=net (21 of 22)2005-05-20 16:36:06

    http://franson.com/gpstools/support.asp?kb=&platform=nethttp://franson.com/gpstools/support.asp?kb=&platform=nethttp://franson.com/gpstools/support.asp?kb=&platform=nethttp://franson.com/gpstools/support.asp?kb=&platform=net
  • 8/11/2019 Gps Tools Guide Net

    22/22

    psToolsGuidenet

    wnload NAVPDA (VB.NET CF)

    apefile Cutter. This sample can split an ESRI shapefile into smaller parts. If you have a huge shapefile from which youy need a part, you can use this sample application to cut the file into smaller files, covering smaller areas.

    wnload Shapefile Cutter (C# .NET) wnload Shapefile Cutter (Visual Basic, 6kB)

    ou got any project based on GpsTools you want to share , please let us know and we'll publish it here. Use this form tontact us

    ex

    100% managed cod2002-2005 Franson Technology AB, All rights reserved (franson.com)

    http://franson.com/gpstools/download.asp?NAVPDA.zip&file=nethttp://franson.com/gpstools/download.asp?ShapefileCutterCS.zip&file=nethttp://franson.com/gpstools/download.asp?ShapefileCutterVB.zip&file=nethttp://franson.com/gpstools/support.asp?kb=&platform=nethttp://franson.com/gpstools/support.asp?kb=&platform=nethttp://franson.com/gpstools/support.asp?kb=&platform=nethttp://franson.com/gpstools/support.asp?kb=&platform=nethttp://franson.com/gpstools/download.asp?ShapefileCutterVB.zip&file=nethttp://franson.com/gpstools/download.asp?ShapefileCutterCS.zip&file=nethttp://franson.com/gpstools/download.asp?NAVPDA.zip&file=net