Class FidIndexer


  • public class FidIndexer
    extends Object
    Creates a .fix file (fid index).
    Author:
    Jesse
    • Constructor Summary

      Constructors 
      Constructor Description
      FidIndexer()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void generate​(URL shpURL)
      Generates the FID index file for the shpFile
      static void generate​(ShpFiles shpFiles)
      Generates the FID index file for the shpFiles
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FidIndexer

        public FidIndexer()
    • Method Detail

      • generate

        public static void generate​(URL shpURL)
                             throws IOException
        Generates the FID index file for the shpFile
        Throws:
        IOException
      • generate

        public static void generate​(ShpFiles shpFiles)
                             throws IOException
        Generates the FID index file for the shpFiles
        Throws:
        IOException