org.geotools.data.shapefile.indexed.attribute
Class IndexRecord

Object
  extended by IndexRecord
All Implemented Interfaces:
Comparable

public class IndexRecord
extends Object
implements Comparable

Record stored in attribute index file

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

Constructor Summary
IndexRecord(Comparable attribute, long featureID)
           
 
Method Summary
 int compareTo(Object o)
           
 Object getAttribute()
           
 long getFeatureID()
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexRecord

public IndexRecord(Comparable attribute,
                   long featureID)
Method Detail

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.