public class SortingStationPointFeatureCache extends Object
Modifier and Type | Field and Description |
---|---|
static Comparator<StationPointFeature> |
stationNameComparator |
Constructor and Description |
---|
SortingStationPointFeatureCache() |
SortingStationPointFeatureCache(Comparator<StationPointFeature> comp) |
SortingStationPointFeatureCache(Comparator<StationPointFeature> comp,
StationPointFeature proto,
DateUnit dateUnit) |
Modifier and Type | Method and Description |
---|---|
void |
add(StationPointFeature feat) |
void |
addAll(FeatureDatasetPoint fdPoint) |
void |
addAll(File datasetFile) |
PointFeatureIterator |
getPointFeatureIterator() |
public static final Comparator<StationPointFeature> stationNameComparator
public SortingStationPointFeatureCache()
public SortingStationPointFeatureCache(Comparator<StationPointFeature> comp)
public SortingStationPointFeatureCache(Comparator<StationPointFeature> comp, StationPointFeature proto, DateUnit dateUnit) throws IOException
IOException
public void add(StationPointFeature feat) throws IOException
IOException
public void addAll(File datasetFile) throws NoFactoryFoundException, IOException
NoFactoryFoundException
IOException
public void addAll(FeatureDatasetPoint fdPoint) throws IOException
IOException
public PointFeatureIterator getPointFeatureIterator() throws IOException
IOException