ucar.nc2.ft.StationFeatureCollection Maven / Gradle / Ivy
The newest version!
package ucar.nc2.ft;
import ucar.nc2.ft.point.StationFeature;
import java.util.List;
public interface StationFeatureCollection {
List getStationFeatures();
List getStationFeatures(List stnNames);
List getStationFeatures(ucar.unidata.geoloc.LatLonRect boundingBox);
StationFeature findStationFeature(String name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy