Package ucar.nc2.ft.point
Interface StationPointFeature
-
- All Superinterfaces:
PointFeature
public interface StationPointFeature extends PointFeature
A PointFeature from which one can obtain a Station- Since:
- Aug 27, 2009
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StationFeature
getStation()
-
Methods inherited from interface ucar.nc2.ft.PointFeature
getDataAll, getFeatureCollection, getFeatureData, getLocation, getNominalTime, getNominalTimeAsCalendarDate, getObservationTime, getObservationTimeAsCalendarDate
-
-
-
-
Method Detail
-
getStation
StationFeature getStation()
-
-