org.geotools.data.shapefile.indexed
Class FidIndexer
Object
FidIndexer
public class FidIndexer
- extends Object
Creates a .fix file (fid index).
- Author:
- Jesse
Method Summary |
static void |
generate(ShpFiles shpFiles)
Generates the FID index file for the shpFiles |
static void |
generate(URL shpURL)
Generates the FID index file for the shpFile |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FidIndexer
public FidIndexer()
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
Copyright © 1996-2009 Geotools. All Rights Reserved.