Package org.geotools.data.shapefile.fid
Class FidIndexer
- Object
-
- 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 voidgenerate(URL shpURL)Generates the FID index file for the shpFilestatic voidgenerate(ShpFiles shpFiles)Generates the FID index file for the shpFiles
-
-
-
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
-
-