Package ucar.nc2.ft.point
Class SortingStationPointFeatureCache
- java.lang.Object
-
- ucar.nc2.ft.point.SortingStationPointFeatureCache
-
public class SortingStationPointFeatureCache extends Object
- Since:
- 2014/08/21
-
-
Field Summary
Fields Modifier and Type Field Description static Comparator<StationPointFeature>
stationNameComparator
-
Constructor Summary
Constructors Constructor Description SortingStationPointFeatureCache()
SortingStationPointFeatureCache(Comparator<StationPointFeature> comp)
SortingStationPointFeatureCache(Comparator<StationPointFeature> comp, StationPointFeature proto, DateUnit dateUnit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(StationPointFeature feat)
void
addAll(File datasetFile)
void
addAll(FeatureDatasetPoint fdPoint)
PointFeatureIterator
getPointFeatureIterator()
-
-
-
Field Detail
-
stationNameComparator
public static final Comparator<StationPointFeature> stationNameComparator
-
-
Constructor Detail
-
SortingStationPointFeatureCache
public SortingStationPointFeatureCache()
-
SortingStationPointFeatureCache
public SortingStationPointFeatureCache(Comparator<StationPointFeature> comp)
-
SortingStationPointFeatureCache
public SortingStationPointFeatureCache(Comparator<StationPointFeature> comp, StationPointFeature proto, DateUnit dateUnit) throws IOException
- Throws:
IOException
-
-
Method Detail
-
add
public void add(StationPointFeature feat) throws IOException
- Throws:
IOException
-
addAll
public void addAll(File datasetFile) throws IOException
- Throws:
IOException
-
addAll
public void addAll(FeatureDatasetPoint fdPoint) throws IOException
- Throws:
IOException
-
getPointFeatureIterator
public PointFeatureIterator getPointFeatureIterator()
-
-