Package ucar.nc2.ft.point
Class StationFeatureImpl
- java.lang.Object
-
- ucar.unidata.geoloc.EarthLocationImpl
-
- ucar.unidata.geoloc.StationImpl
-
- ucar.nc2.ft.point.StationFeatureImpl
-
- All Implemented Interfaces:
Comparable<Station>
,StationFeature
,EarthLocation
,Station
public class StationFeatureImpl extends StationImpl implements StationFeature
Implement StationFeature- Since:
- 7/8/2014
-
-
Field Summary
-
Fields inherited from class ucar.unidata.geoloc.StationImpl
desc, name, nobs, wmoId
-
Fields inherited from class ucar.unidata.geoloc.EarthLocationImpl
alt, lat, lon
-
-
Constructor Summary
Constructors Constructor Description StationFeatureImpl(String name, String desc, String wmoId, double lat, double lon, double alt, int nobs, StructureData sdata)
StationFeatureImpl(StationFeature from)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StructureData
getFeatureData()
-
Methods inherited from class ucar.unidata.geoloc.StationImpl
compareTo, getDescription, getName, getNobs, getWmoId, incrNobs, setDescription, setName, setNobs, setWmoId, toString
-
Methods inherited from class ucar.unidata.geoloc.EarthLocationImpl
getAltitude, getLatitude, getLatLon, getLongitude, isMissing, setAltitude, setLatitude, setLongitude
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
-
-
-
-
Constructor Detail
-
StationFeatureImpl
public StationFeatureImpl(String name, String desc, String wmoId, double lat, double lon, double alt, int nobs, StructureData sdata)
-
StationFeatureImpl
public StationFeatureImpl(StationFeature from) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getFeatureData
public StructureData getFeatureData()
- Specified by:
getFeatureData
in interfaceStationFeature
-
-