org.geotools.renderer.shape
Class IndexInfo

Object
  extended by IndexInfo
All Implemented Interfaces:
FileReader

public class IndexInfo
extends Object
implements FileReader

Encapsulates index information for a layer in the MapContext. The associated layer can be obtained by

Author:
jones
Module:

Constructor Summary
IndexInfo(IndexType treeType, ShpFiles shpFiles)
           
 
Method Summary
 String id()
          An id for the reader.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexInfo

public IndexInfo(IndexType treeType,
                 ShpFiles shpFiles)
Method Detail

id

public String id()
Description copied from interface: FileReader
An id for the reader. This is only used for debugging.

Specified by:
id in interface FileReader
Returns:
id for the reader.


Copyright © 1996-2009 Geotools. All Rights Reserved.