org.geotools.renderer.shape
Class IndexInfo
Object
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:
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 |
IndexInfo
public IndexInfo(IndexType treeType,
ShpFiles shpFiles)
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.