org.geotools.data.shapefile.indexed
Class FidIndexer

java.lang.Object
  extended by org.geotools.data.shapefile.indexed.FidIndexer

public class FidIndexer
extends java.lang.Object

Creates a .fix file (fid index).

Author:
Jesse

Constructor Summary
FidIndexer()
           
 
Method Summary
static void generate(ShpFiles shpFiles)
          Generates the FID index file for the shpFiles
static void generate(java.net.URL shpURL)
          Generates the FID index file for the shpFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FidIndexer

public FidIndexer()
Method Detail

generate

public static void generate(java.net.URL shpURL)
                     throws java.io.IOException
Generates the FID index file for the shpFile

Throws:
java.io.IOException

generate

public static void generate(ShpFiles shpFiles)
                     throws java.io.IOException
Generates the FID index file for the shpFiles

Throws:
java.io.IOException


Copyright © 1996-2010 Geotools. All Rights Reserved.