Monday, July 29, 2013

Defining the Coordinate System with GTViewer 14





With GTViewer version 14, there is a change to the way your data’s Coordinate System is defined.  This change will affect anyone that does one or more of the following:
  • Uses the GPS to Track your location
  • Uses the Latitude/Longitude mode for the Coordinate Readout (on the status bar)
  • Uses the Locate X/Y command with the Latitude/Longitude option.
  • Uses the FromLatLong or ToLatLong methods in your code.
Previously, the GPSInfoFile entry was defined to point to a gpsinfo.ini file which was created when you selected a coordinate system on the GPS Dialog.  Now you must specify the coordinate system with the following entries in the [Additional Properties] section of the .GTM file.
o   CoordSys – This entry specifies the data’s Coordinate System.  Currently, two different specifications are accepted:

  • ProjectionParameters(name)  The Name value will appear on the GPS Dialog.  This specification type allows a PROJ.4 coordinate system parameter string to be specified with the CoordSysParam1 entry.  The CoordSysParam2 entry can be used to specify the Lat/long projection (it will default to NAD83).
  • GDA94(zone) – This specification type will the Geocentric Datum of Australia projection.  No parameters other than the zone are required.

o   CoordSysParam1 – this entry is used to specify the first parameter for Coordinate System if required.   Currently, this entry is only used if the CoordSys entry uses the ProjectionParameters type and is set to a PROJ.4 parameter string:

o   CoordSysParam2 – optional – this entry is used to specify the second parameter which specifies the Datum for the Latitude and Longitude projection to use.  By default, it is set to NAD83 for the ProjectionParameters type, but it can also be set to NAD27 and WGS84.

Example 1:

CoordSys=ProjectionParameters(NAD83 - Alabama East)
CoordSysParam1=+proj=tmerc +lat_0=30.5 +lon_0=-85.83333333333333 +k=0.99996 +x_0=199999.9999999999 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=us-ft +no_defs
CoordSysParam2=NAD83

Example 2:

CoordSys=ProjectionParameters(WGS84-UTM Zone 13N-Int Ft)
CoordSysParam1=+proj=utm +zone=13 +ellps=WGS84 +datum=WGS84 +units=ft +no_defs
CoordSysParam2=WGS84


When using the ProjectionParameters option, the CoordSysParam1 value is defined as a Proj.4 parameter string.   A website, http://spatialreference.org/ , can be used to get your coordinate systems specification.   Use the Search option to find your coordinate system and then get the Proj.4



Since the units default to meters, you may have to add a parameter to convert you coordinate:

+units=us-ft     for U.S. Survey Feet
+units=ft          for International Feet

You can also provide the conversion factor:

+to_meter=0.3048006096012192    for U.S. Survey Feet
+to_meter=0.304801                        for International Feet:


Alternative ways to Specify Coordinate System

Since this is a fairly significant change to GTViewer, you may find that you have .gtx files or older sets of data that don’t have this information in it.   There are several options you can use to add this new information into your previous datasets:
1)      You can create a text file with the same name as the .gtm or .gtx file with “.coordsys” on the end of it (demo.gtm would be demo.gtm.coordsys).    The file will just contain the same entries that you would normally put in the .gtm file. This file will only be used if there is no coordinate information defined in the .GTM or .GTX file.
2)      You can put a default file called coordsys.ini  in the %appData%\Graphic Technologies Inc\GTViewer\CoordSys directory.  This file just contains the coordinate system entries.  It will be used if no other coordinate system information is found (in the .gtm or in a .coordsys file).
3)      You can also use the addProp.ini file to add or override the coordinate system entries to the additional properties section, but this approach will only work with .GTX files, and will apply to all datasets in the same directory.


This post is also available a .pdf document from here.

Wednesday, July 24, 2013

Beta GTViewer version 14.0.0.4 is Available



GTViewer version 14.0.0.4 is available.  This is a BETA version!

This beta version is ready for testing for anyone wanting to try it early.   There are several new features in this version described in my previous post.

This is the first version of GTViewer that requires the alternate Coordinate System specifications.  If you are using the GPS tracking feature, displaying your coordinate readout in Latitude/Longitude, or using Locate X/Y with Latitude/Longitude coordinates, you will need to make a change.   I will help anyone determine the new parameters to put in your .GTM file (just email me at support@gti-us.com).


-----------------------
14.00.00.04 - 7/24/13
-----------------------

- NEW - #7239 - Feature Counting will now support Dynamic Graphics elements.

- NEW - #7240 - Copy Dynamic Graphics to Session command added to the Tool menu.

- NEW - #7241 - DGCopyToSession method added.

- FIX - #7242 - The ActivateSelectedElementMove method was incorrectly showing the Drawing Info dialog when used.

-----------------------
14.00.00.03 - 7/19/13
-----------------------

- FIX - #7235 - The new CoordSys entries were only being recognized in .gtx files and not the .GTM.

-----------------------
14.00.00.02 - 7/18/13
-----------------------

- NEW - #7233 - Documentation Updates.

- CHG - #7234 - Updated EULA and Copyright Info in About Dialog.

-----------------------
14.00.00.01 - 7/17/13
-----------------------

- CHG - #7216 - The Select Symbol Dialog will now move relative to the GTViewer window.

- FIX - #7217 - Various fixes to the Drawing Info dialog and non-modal Draw Text, Select Symbol, and Draw Dimension Dialogs.

- NEW - #7218 - New option added to Tool menu to Reset all Child Dialogs to their default size and position (in case one gets lost offscreen).

- FIX - #7219 - The FeatureTooltip entries would not store correctly in a .gtx file if they had any prorpty greater than 255 characters.

- NEW - #7220 - The StyleNameFunctionality will now support .GTX files.

- FIX - #7221 - StyleNameMap was not exporting entries with multiple threshold ranges correctly.

- CHG - #7232 - The Coordinate System is now specified with the CoordSys entry in the Additional Properties section.

=======================================================================

-----------------------
11.00.00.27 - 5/29/13
-----------------------

- FIX - #7204 - Placing a symbol from the Select Symbol dialog after the dialog was already displayed would not reset the drawing info dialog.

- NEW - #7205 - Middle Mouse Button (or mouse wheel button) will activate the Pan mode.

- CHG - #7206 - Draw Text and Draw Dimension Dialogs are now non-modal.

- FIX - #7208 - Draw/Clear was not setting the file modified flag.

- NEW - #7215 - Freehand mode now supports the Drawing Info Dialog.


-----------------------
11.00.00.26 - 5/14/13
-----------------------

- NEW - #7196 - View History now stored in Session data.

- FIX - #7200 - The Clear button on the Location History Dialog will now add an Initial View entry.

- NEW - #7202 - The UserInteraction Data Property has been added to enable or disable user input to the map views.

- NEW - #7203 - The ActivateLocationHistoryDialog method was added.

-----------------------
11.00.00.25 - 5/6/13
-----------------------

- FIX - #7195 - The Text Range Debug mode was left own (drawing range boxes around all text and symbol elements).


-----------------------
11.00.00.24 - 5/3/13
-----------------------

- NEW - #7190 - New Methods: GetTabularDataFilename, GetFilterFilename, GetCategoryGraphicsFilename.

- NEW - #7191 - The PresetAvailableList method added to GTViewer to match the method of that name in GTVx.

- NEW - #7194 - GetDataFile method added to match GTVx.

GTData version 14.0.0.1 is Available



GTData version 14.0.0.1 is available.

-----------
14.00.00.01 - 7/19/13
-----------

- FIX - #7063 - GTFilterMod - Problem when the min and max thresholds were specified.

- FIX - #7073 - GTMergeInfo - Unmatched Records were not getting XY values added.


- NEW - #7077 - GTRemoveAtt - Option to remove attribute data in addition to obscuring it.

- CHG - #7093 - GTConv - The UseLevelAsFilterId flag will now work for elements with linkages (Framme and MSLink tags).

- NEW - #7109 - GTEncryptData - The GTEncryptData utility has been added to created encrypted versions of the tabular data files used by GTViewer.

- FIX - #7117 - GTShapeDbfConv - RemoveAttribute option was adding extra lines to the table definition.

- CHG - #7145 - GTUpdateGtg - Application renamed to GTUpdGtg.

- FIX - #7146 - GTUpdGtg - Delete elements (for the Update) would only be read if they had both a key1 and key2 value not set to 0.

- CHG - #7149 - GTMergeData - Updated to support the GTField Keys (GTI_Key1, GTI_Key2) and the GTI_Occurrence value for deleting.

- NEW - #7169 - GTQuery - Simplified Query Type and Key specifications.

- CHG - #7175 - GTQuery - FixedValue entries changed to KeepValue.  FixedValue is still supported.  Changed to be easier to understand what it does.

- NEW - #7176 - GTQuery - The OmitValueAndFlag entry has been added to require all OmitValue entries to be true before a record is omitted.

- NEW - #7236 - GT2Xml added to convert .gtg file to .xml (same as in GTViewer's Export to XML).

GTech Loader versions 10.0.0.6 and 9.0.0.7 are Available



GTech Loader versions 10.0.0.6  (for G/Tech 10)  and 9.0.0.7 (for G/Tech 9) are available.



-----------
10.00.00.07 - 7/24/13
-----------

- FIX - #7238 - The legend Filter clauses starting with the IN operator because validation didn't accept the comma delimter in the expression.

- NEW - #7243 - Custom SQL option for Graphics Features.


=============================================================
-----------
09.00.00.06 - 07/24/13
-----------

- NEW - #7244 - Custom SQL option for Graphics Features.

-----------
09.00.00.05 - 07/22/13
-----------

- FIX - #7237 - Legend Filter clauses starting with the IN operator because validation didn't accept the comma delimter in the expression.

Wednesday, July 10, 2013

GTViewer Version 14 – What happened to versions 12 and 13?



GTViewer version 11 has had a long run.  In fact, it has the longest stretch for a major version of GTViewer so far.  There are several reasons why version 11 has been around so long:  

First, the development of GTViewer for iOS (iPhone/iPad) and the matching GTViewer for Android (phones/tablets) was squeezed into the last development cycle.  Anyone interesting in trying them, please contact us!  

Second, GTViewer versions march along regardless of the Major Version number.  There are currently 28 incremental versions of version 11.   The Major version is really just where we draw a line in the Readme.txt file and update the splash screen.  However, we do like to roll the major version on a yearly basis because it gives us an opportunity to sum up and talk about what has been added to GTViewer over the previous year.

Third, the major version has generally been in sync with the year (version 1 was in 2001, …, version 11 was in 2011); however, we have pushed into the year so far over the past 11 versions, we are not longer in sync with the year.  Combined with the development of the Apple and Android versions of GTViewer, we are now well into 2013 and still on version 11.  I also have a problem with any version 13 (“I’m not superstitious, just a little stitious” as Michael Scott said), so this is a perfect time to sync right over 13 (and 12 too) and be at version 14.  I am sure this will be a little confusing, but when 2014 gets closer, it will seem normal.      **** Update:  it is now 2014 and all does seem normal again -  lol *****

We are in the process of finalizing GTViewer version 14 and testing its new functionality. It should be released sometime in the next few weeks.  Anyone wanting to try it now and help test is welcome to.  

There are a number of new features that will available in version 14 (some have already been introduced in version 11 updates):

-          Pan and Zoom
o   By popular demand, the mouse-wheel zoom in and out are now anchored to the mouse point instead of the view center. 
o   The regular zoom out is anchored on the first click instead of the view center.
o   The middle mouse button (usually associated with the mouse wheel) can be used to pan.

-          Style Name Map and Style Definition Id
o   Now supported in GTX file as well as the GTM File
o   Enhanced to allow Abstract Style Names which can be mapped to a list of Zoom Level Ranges and Style Definition names (rather than always being mapped to a list).
o   Support for Style Name Map in the FME Writer Plugin

-          Session Graphics (Redlines)
o   Drawing Info Dialog has been provided for most drawing commands to show segment length, total length, and Angle.
o   Reference Lines are now shown when drawing Circles and Rectangles, and on element Moves.
o   Draw Text, Draw Dimension, and Draw Symbol dialogs are now non-modal.
o   Draw Text and Draw Dimension dialogs have been updated to make them more user-friendly.

-          Admin Key combinations added:  Shift-Ctrl-Alt-S will enable the select of all filters and categories, Shift-Ctrl-Alt-E will enable the Edit Style button on the Attribute Info Dialog’s Element tab.

-          View Location History now stored in session.

-          Display Presets
o   Default button has been added to Dialog to return the settings to their original settings (without having to have a preset for this configuration).
o   Default Preset can now be specified in the GTM file.

-          Dynamic Graphics can have the display of its Actions controlled by ToolBox buttons.

-          New Command-Line options:  -indColor, -sess

-          Separator Lines can now be specified in the Application menu list.

-          Data Encryption now supported with the Tabular Data files.

-          The Thematic Query dialog now supports a Total Length command.

-          Data Monitors now support s Symbol elements.

-          Add On Apps
o   Add On Applications are like any other External Application used with GTViewer with the exception that you do not have to specify them in the data’s GTM file.  Once installed, they will appear in the Query or Application menu for all datasets.
o   Available Add On Apps:
  Feature Tooltip Builder – this tool helps you interactively build or edit a Feature Tooltip Definition
  Query Builder – this tool helps you interactively construct a Query Definition File for GTViewer.  These definition files are compiled with GTQuery.
  GTSpot Viewer – this tool will download and display all GTSpot records as Data Monitors.

GTField for Windows Mobile version 9.0.0.6 is Available



GT/Field for Window Mobile version 9.0.0.6 is available.

-----------
09.00.00.06 - 07/09/13
-----------

- FIX - #7231 - Editing existing Line features would not save the feature back.

- FIX - #7229 - Line Capture Mode was not working correctly.

- FIX - #7230 - Line Capture for 2D points was not working correctly (was expecting a Z).

-----------
09.00.00.05 - 01/11/13
-----------

- NEW - #7126 - Filters out the Feature Attribute capture type.

-----------
09.00.00.04 - 02/29/12
-----------

- FIX - #6966 - The %username% and %deviceId% tokens were not being expanded in the Post functionality.

-----------
09.00.00.03 - 02/18/12
-----------

- FIX - #6964 - Adjustments to gesture tolerance to make gestures less sensitive when trying to select a feature.

-----------
09.00.00.02 - 01/31/12
-----------

- CHG - #6530 - Concat function will now support up to 10 parameters.

- FIX - #6532 - Expression Evaluator was not handling nested expressions correctly if functions with more than one parameter were used as a parameters.
              
- FIX - #6536 - Expression containing internal parentheses and commas in literal strings could cause problem with the expression parsing.


PGTV .NET Control version 9.0.0.15 is Available



The PGTViewer .NET Control for Window Mobile version 9.0.0.15 is available.

------------
09.00.00.15 - 07/09/13
------------

- FIX - #7228 - Line Capture Mode was not working correctly.

------------
09.00.00.14 - 02/18/12
------------

- FIX - #6962 - Now prevents very close zoom in even when no Min Zoom Level is set.

- FIX - #6963 - Adjustments to gesture tolerance to make gestures less sensitive when trying to select a feature.

------------
09.00.00.12 - 01/31/12
------------

- FIX - #6919 - Complex Shape and Complex Shape with Holes elements could render the wrong linestyle.
              
- FIX - #6957 - Sensitivity Adjustments for gestures.

------------
09.00.00.11 - 06/19/11
------------

- NEW - #6778 - Vertex Move mode for Draw Line and Area redlines.

- NEW - #6780 - VertexSelectionTolerance property added.

------------
09.00.00.10 - 06/15/11
------------

- FIX - #6657 - Problem with styles on Complex Elements (Type 1, 2, 3).

- CHG - #6776 - The number of Mini Data Monitor Lists has been increased from 10 to 20.

Tuesday, June 04, 2013

Documentation Reference

There is a lot of documentation available on GTViewer and the GTViewer family of products. Most of it is delivered with the relavant products; however, there are a few documents on specific topics that are not delivered with a product, but are available on request. This post lists all of the documentation that is available, what it is about, and where it is found.

GTViewer.doc

  • User’s Guide for GTViewer.
  • Delivered with GTViewer.

GTVConfig.doc
  • Describes all of the entries in the .GTM file.
  • Defines the formats for data.tab, filter#.flt, style.map, style.map, and linestyle.def.
  • Delivered with GTViewer.
Dynamic Graphics in GTViewer and GTVx.doc
  • Describes how to use the Dynamic Graphics Interface for GTViewer and GTVx
  • Delivered with GTViewer
Feature Tooltips in GTViewer and GTVx.doc
  • Describes the use of Feature Tooltip in GTViewer and GTVx.
 GTViewer-DotNet_Interface.doc
  • Programmer's Reference for developing external application for GTViewer with Visual Studio .NET.
  • Delivered with GTViewer
 GTVx.doc
  • Programmer’s Reference for GTVx.
  • Includes all programming documentation for GTViewer (which uses a subset of the GTVx methods).
  • Delivered with GTVx (and with the GTViewer SDK).
GTV-PGTV-Control.doc
  • Programmer's reference for the GTV .NET Control and the PGTV .NET Control
  • Delivered with the GTV Control and PGTV Control.

GTData.doc
  • defines all data conversion and data manipulation utilities delivered with GTData.
  • Explains the process for converting ESRI Shapefile data and Intergraph Framme data.
PGTViewer.doc
  • User’s Guide for Pocket GTViewer.
  • Delivered with Pocket GTViewer (on the desktop).
PGTVDemoScript.doc
  • Overview for using Pocket GTViewer with the sample data set and sample pole inspection application.
  • Delivered with Pocket GTViewer (on the desktop).
GTRead.doc
  • Programmer’s Reference for the GTRead ActiveX control.
  • Delivered with the GTViewer SDK.
GTCreate.doc
  • Programmer’s Reference for the GTCreate ActiveX control.
  • Delivered with the GTViewer SDK.
GTWebServer.Doc

  • User’s Guide for GTWeb Server
  • Programmer’s Reference for GTWeb Server.
  • Delivered with GTWeb Server.

GTWeb.Doc

  • User’s Guide for GTWeb Client.
  • Programmer’s Reference for GTWeb Client.
  • Delivered with GTWeb Client. 
GTWeb Server API.doc
  • Developer's reference for programming with the GTWeb Server
GTVExchInfo.doc
  • Defines the Application Programming Interface (API) for Pocket GTViewer.
  • Delivered on request.

GTViewer Text and Symbol Elements.doc
  • Provides detailed information on Text and Symbol element parameters.
  • Delivered on request.
GTV_AsciiDBFormat.doc
  • Describes the format of the ASCII Data file (data.txt).
  • Delivered on request.
Linkages and Embedded Data.doc

  • Describes the Difference between Linked and Embedded Data in the GTViewer format.
  • Delivered on request.
GTechLoader.doc
  • User's Guide for the GTech Loader application.
  • Delivered with GTechLoader

Friday, April 19, 2013

GTWeb Server version 11.0.0.15 is Available



GTWeb Server version 11.0.0.15 is available.


-----------
11.00.00.15 - 4/19/13
-----------

- NEW - #7122 - Encryption mode for tabular data.

Thursday, April 04, 2013

GTField Pro version 9.0.0.20 is Available




GT/Field Pro version 9.0.0.20 is available.

-----------
09.00.00.20 - 4/4/13
-----------

- FIX - #7171 - Admin/Export functionality was not working correctly.

-----------
09.00.00.19 - 3/21/13
-----------

- NEW - #7166 - Support for Encrypted Tabular data.

- FIX - #7167 - The parsing for embedded data read from the session files (.gts) did not account for some of the escaped characters (\xxx) and was dropping the embedded data when the session file was read.

-----------
09.00.00.18 - 3/20/13
-----------

- FIX - #7164    Editing existing Line features would not save the
                feature back.

-----------
09.00.00.17 - 3/7/13
-----------

- FIX - Updates to Installation.

-----------
09.00.00.15 - 2/20/13
-----------

- NEW - #7150 - Updates to support the GTLoader App.

-----------
09.00.00.14 - 6/18/12
-----------

- FIX - #6855 - Coordinate fields using the "Item" types were not getting populated after a feature was placed.

- FIX - #7038 - Feature: defaults will now be blank instead instead of putting the token string when invalid.

- NEW - #7043 - Support for Feature Attribute Type.

-----------
09.00.00.12 - 6/27/11
-----------

- NEW - #6788 - Command-Line support for -Loc to specify a starting location and zoom level, and -gfa to specify an alternate .gfa file.


-----------
09.00.00.11 - 4/5/11
-----------

- FIX - #6697 - Post Parameters were not saving when greater than 60 characters.

-----------
09.00.00.10 - 2/22/11
-----------

- FIX - #6611 - With the Session Data form, the Delete Edit menu was enabled under Options.  
               
- FIX - #6623 - Fit Session Graphics did not fit correctly when GTField elements were present.

-----------
09.00.00.09 - 2/9/11
-----------

- FIX - #6608 - File Handle test was not being performed before Session Saves and Element Additions.   This problem could affect .GTX files when the machine goes to sleep or some other condition that could invalidate a file handle.

-----------
09.00.00.08 - 1/17/11
-----------

- FIX - #6605 - GTField Pro Settings file changed to the user's directory so that security problems do not arise in Vista or Windows 7.

-----------
09.00.00.07 - 1/14/11
-----------

- FIX - #6603 - GPS Redline trail had problems when app was minimized.

-----------
09.00.00.06 - 1/13/11
-----------

- FIX - #6596 - The GPS Heartbeat indicator (/) did not change for the GPS Status when in Simulation mode.
               
- NEW - #6599 - GPS Settings dialog added to support GPS Trail, GPS Indicator Mode, GPS  Keep in View Setting, and GPS Update Interval.
               
- NEW - #6600 - GPS Simulation mode has been expanded to a dialog.  The GPS Simulation file will now be saved as a setting.

-----------
09.00.00.05 - 12/22/10
-----------

- CHG - #6529 - Concat function will now support up to 10 parameters.

- FIX - #6531 - Expression Evaluator was not handling nested expressions correctly if functions with more than one parameter were used as a parameters.

- FIX - #6535 - Expression containing internal parentheses and commas in literal strings could cause problem with the expression parsing.

- NEW - #6590 - The '+' and '-' keys will now zoom in and out like they do in GTViewer.
               
- FIX - #6591 - Element selection was not working correctly in some situations.
               

-----------
09.00.00.04 - 10/13/10
-----------

- FIX - #6505 - Clean mode was not working.

GTV .NET Control version 9.0.0.32 is Available





The GTViewer .NET Control for Windows version 9.0.0.32 is Available.



------------
09.00.00.32 - 4/4/13
------------

- FIX - #7170 - ExportSession method could have problems when inserting large header info strings.
 

Tuesday, March 26, 2013

Data in Meters, but you want Measured Values in Feet



GTViewer has had the ability to display measured result in units different from that of the data since version 8.   This feature is often useful if your data is in Meters but you want to display measured values in Feet; or if your data is in Feet and you want to display measured values in Meters.
Three entries support this feature in the [Additional Properties] section of the .GTM file:

·         MeasureFactor is a value used to divide the measured length (in system units) by to produce the measured value in the desired units.  By default, this value is set to the Coordinate Factor 2 value (which is used to divide the system coordinates values by to get real world units for the data).   So, if this entry is not used, the measured values will appear in the same units as the data.

·         MeasurePrecision can be used to specify the number of digits that appear after the decimal point in the measurement readouts.   If not specified, the default value is 2.

·         MeasureUnitLabel defines the unit label displayed in the measurement readout.  Since this unit is different than the data’s real world units (specified with MajorUnit), it must be specified if using the MeasureFactor entry.

Here are some typical examples of how these entries can be used:

Data in Meters, Measurements in Feet

If your data is in Meters, and you are using 1000 for Coordinate Factor 2 (meaning that you will divide the system coordinate by 1000 to get the real world units of the data), and you want to display your measurements in Feet, the settings would be:

MeasureFactor=3280.84
MeasurePrecsion=2
MeasureUnitLabel=FT

1 Meter = 3.28084 feet, so to determine the Measure Factor value, you need to divide the measured value in system units by 1000 (coordinate factor 2) to get Meters, then multiply by 3.28084 to get Feet.  The Measure Factor is 1000 *3.28084 = 3280.84.  Then the measured value in System Units is divided by the Measure Factor to get Feet.


Data in Feet, Measurements in Meters

If your data is in feet and you are using 1000 for Coordinate Factor 2 (meaning that you have 1000 system units per Foot), and you want to display your measurements in Meters, the settings would be:

MeasureFactor=304.8
MeasurePrecsion=2
MeasureUnitLabel=M

1 Foot = 0.3048 Meters, so to determine the Measure Factor, you need to divide the measured value in system units by 1000 (Coordinate factor 2) to get Feet, then multiply it by 0.3048 to be Meters.  The Measure Factor is 1000 * 0.3048 = 304.8.   Then the measured value in System Units is divided by the Measure Factor to get Meters.

Thursday, March 21, 2013

GTV .NET Control version 9.0.0.31 is Available





The GTViewer .NET Control for Windows version 9.0.0.31 is Available.




------------
09.00.00.31 - 3/21/13
------------

- NEW - #7168 - Support for Encrypted Tabular data.
 

------------
09.00.00.30 - 3/21/13
------------

- FIX - #7165 - The parsing for embedded data read from the session files (.gts) did not account for some of the escaped characters (\xxx) and was dropping the embedded data when the session file was read. Further fix to #7142.

------------
09.00.00.29 - 3/4/13
------------

- NEW - #7143 - GetAttributeInfoForFeatureByKey method has been added.

- NEW - #7144 - GetCategoryName and GetDisplayFilterName methods added.
   
         
------------
09.00.00.28 -
------------ 

- FIX - #7142 - Embedded Data in Session file (.gts) did not get correctly loaded if escaped (\###) character were used in the embedded data.
     
------------
09.00.00.27 - 1/29/13
------------

- FIX - #7141 - Fixed a Setup problem where the duplicate runtime files had been removed, but are necessary.

------------
09.00.00.26 - 1/28/13
------------

- NEW - #7140 - The GetViewAsImage method was added.

------------
09.00.00.25 - 1/24/13
------------

- FIX - #7139 - Version number was not properly updated in Dll.


               

Friday, January 11, 2013

We have moved to a New Address!



The GTI Office has moved to a new location:

        235 Hughes Rd, Suite A
        Madison, AL  35758

Phone numbers are the same:   main:  256-774-5242   fax:  256-774-2889

FTP Site has changed to:   ftp://75.76.38.191     or    ftp://gtweb.mobi


 




Thursday, January 03, 2013

GTViewer version 11.0.0.20 is Available



GTViewer version 11.0.0.20 is available.


-----------------------
11.00.00.20 - 1/3/13
-----------------------

- NEW- #7115 - The -ses command-line option has been added to allow a session filename to be specified while the .gtm or .gtx is specified as the file parameter.

- FIX - #7118 - Encryption mode was not working for the DataFetchRecord method.