Enabling or Disabling NTv2 Transform - Latest

Spectrum Spatial Guide

Product type
Software
Portfolio
Locate
Product family
Spectrum™ software
Product
Spectrum™ software > Spatial > Spectrum Spatial
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Spatial Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2026-02-13
ft:lastPublication
2026-02-13T17:17:07.540000
L1_Product_Gateway
Locate
L2_Product_Segment
Location Intelligence
L3_Product_Brand
Precisely Spectrum Spatial
L4_Investment_Segment
LI Enterprise
L5_Product_Group
Enterprise LI
L6_Product_Name
Spectrum Spatial

This section describes how to enable or disable the NTv2 transformation.

Follow these steps:
  1. Locate li-sdk-coordsys-ntv2-1.5.3.jar file in <Spectrum>/server/modules/spatial/lib.
  2. Unzip the jar and extract the NTv2.xml file.
  3. Edit the Enabled field as required.

    When Enabled is set as False:

    <NTv2Conversion>
          <Description>NTv2 Conversion for Australia</Description>
          <GridFile>GDA94_GDA2020_conformal.gsb</GridFile>
          <Enabled>false</Enabled>
          <SourceDatum>
            <DatumID>116</DatumID>
          </SourceDatum>
          <DestinationDatum>
            <DatumID>1028</DatumID>
          </DestinationDatum>
    </NTv2Conversion>
    <NTv2Conversion>
          <Description>NTv2 Conversion for Australia</Description>
          <GridFile>GDA94_GDA2020_conformal.gsb</GridFile>
          <Enabled>false</Enabled>
          <SourceDatum>
            <DatumID>1006</DatumID>
          </SourceDatum>
          <DestinationDatum>
            <DatumID>1028</DatumID>
          </DestinationDatum>
    </NTv2Conversion>

    When Enabled is set as True:

    If you need to enable the adjustments associated with the “distortion” (GDA94_GDA2020_conformal_and_distortion.gsb), you need to change the “false” to “true” under that section of the file. Only one of these two sets should be enabled at any one time as they cover the same datum conversions. If you enable both, only one of the two will be enabled. Since you will not know which one is enabled, setting both to true is not supported.

    <NTv2Conversion>
          <Description>NTv2 Conversion for Australia</Description>
          <GridFile>GDA94_GDA2020_conformal_and_distortion.gsb</GridFile>
          <Enabled>true</Enabled>
          <SourceDatum>
            <DatumID>116</DatumID>
          </SourceDatum>
          <DestinationDatum>
            <DatumID>1028</DatumID>
          </DestinationDatum>
     </NTv2Conversion>
     <NTv2Conversion>
          <Description>NTv2 Conversion for Australia</Description>
          <GridFile>GDA94_GDA2020_conformal_and_distortion.gsb</GridFile>
          <Enabled>true</Enabled>
          <SourceDatum>
            <DatumID>1006</DatumID>
          </SourceDatum>
          <DestinationDatum>
            <DatumID>1028</DatumID>
          </DestinationDatum>
    </NTv2Conversion>
  4. Save the NTv2.xml file back to the jar.
  5. Restart the server.
  6. Notice that the NTv2 Transformation is enabled.