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
IOExceptionpublic void add(StationPointFeature feat) throws IOException
IOExceptionpublic void addAll(File datasetFile) throws NoFactoryFoundException, IOException
NoFactoryFoundExceptionIOExceptionpublic void addAll(FeatureDatasetPoint fdPoint) throws IOException
IOExceptionpublic PointFeatureIterator getPointFeatureIterator() throws IOException
IOException