org.geotools.data.shapefile.indexed.attribute
Class IndexRecord
Object
IndexRecord
- All Implemented Interfaces:
- Comparable
public class IndexRecord
- extends Object
- implements Comparable
Record stored in attribute index file
- Author:
- Manuele Ventoruzzo
IndexRecord
public IndexRecord(Comparable attribute,
long featureID)
getAttribute
public Object getAttribute()
getFeatureID
public long getFeatureID()
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 1996-2009 Geotools. All Rights Reserved.