| An Index is built up around a FeatureCollection, using one of the
attributes in the FeatureCollection as a comparable reference.
An object in a column can be any object, but must either be a java
base-type Object (Integer, String, Character, etc.) or implement
Comparable.
An Index built on such a column will sort its array of object
references using FeatureComparator. Implement this to perform more
complex Index building.
author: Ray Gallagher author: Ian Schneider version: $Id: FeatureIndex.java 20651 2006-07-21 07:51:54Z jgarnett $ |