Package ucar.nc2.ft.point
Interface StationFeature
-
- All Superinterfaces:
Comparable<Station>
,EarthLocation
,Station
- All Known Subinterfaces:
StationProfileFeature
,StationTimeSeriesFeature
- All Known Implementing Classes:
StationFeatureImpl
,StationProfileFeatureImpl
,StationProfileFeatureImpl.StationProfileFeatureSubset
,StationTimeSeriesFeatureImpl
,StationTimeSeriesFeatureImpl.StationFeatureSubset
public interface StationFeature extends Station
A Station that has additional data obtained through getFeatureData().- Since:
- 7/8/2014
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StructureData
getFeatureData()
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface ucar.unidata.geoloc.EarthLocation
getAltitude, getLatitude, getLatLon, getLongitude, isMissing
-
Methods inherited from interface ucar.unidata.geoloc.Station
getDescription, getName, getNobs, getWmoId
-
-
-
-
Method Detail
-
getFeatureData
StructureData getFeatureData() throws IOException
- Throws:
IOException
-
-