org.geotools.renderer.shape
Class IndexInfo

java.lang.Object
  extended by org.geotools.renderer.shape.IndexInfo
All Implemented Interfaces:
FileReader

public class IndexInfo
extends java.lang.Object
implements FileReader

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

Author:
jones

Constructor Summary
IndexInfo(IndexType treeType, ShpFiles shpFiles)
           
 
Method Summary
 java.lang.String id()
          An id for the reader.
 
Methods inherited from class java.lang.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 java.lang.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-2010 Geotools. All Rights Reserved.