org.geotools.data.shapefile.indexed
Class FidIndexer

Object
  extended by FidIndexer

public class FidIndexer
extends Object

Creates a .fix file (fid index).

Author:
Jesse
Module:
modules/plugin/shapefile (gt-shapefile.jar)

Constructor Summary
FidIndexer()
           
 
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
 

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


Copyright © 1996-2009 Geotools. All Rights Reserved.