Using the Utility to Validate a Single TAB File

Description

This process generates a log of the validity of a Tab file. The output of this utility will contain the record id of the geometry that is not valid and the reason why the geometry is not valid.

Usage

ValidateGeometryUtility [-tabFilePath <tabFilePath>] [-logFilePath <logFilePath>]

Parameters

To validate a single TAB file, use the following options:

Parameter Required Description
-logFilePath <logFilePath> no Path and file name to the validity log. If specified, all validity information will be logged to this file, otherwise the information will be output to the console.
-tabFilePath <tabFilePath> yes Path and file name of the TAB file to validate.

Example

This request will validate the world.tab file and generate a report in the log.txt file.


ValidateGeometryUtility.bat -tabFilePath=C:/temp/world.tab -logFilePath=C:/temp/log.txt