public class StationFeatureImpl extends StationImpl implements StationFeature
desc, name, nobs, wmoIdalt, lat, lon| Constructor and Description |
|---|
StationFeatureImpl(StationFeature from) |
StationFeatureImpl(java.lang.String name,
java.lang.String desc,
java.lang.String wmoId,
double lat,
double lon,
double alt,
int nobs,
StructureData sdata) |
| Modifier and Type | Method and Description |
|---|---|
StructureData |
getFeatureData() |
compareTo, getDescription, getName, getNobs, getWmoId, incrNobs, setDescription, setName, setNobs, setWmoId, toStringgetAltitude, getLatitude, getLatLon, getLongitude, isMissing, setAltitude, setLatitude, setLongitudeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescription, getName, getNobs, getWmoIdcreate, getAltitude, getLatitude, getLatLon, getLongitude, isMissingpublic StationFeatureImpl(java.lang.String name,
java.lang.String desc,
java.lang.String wmoId,
double lat,
double lon,
double alt,
int nobs,
StructureData sdata)
public StationFeatureImpl(StationFeature from) throws java.io.IOException
java.io.IOExceptionpublic StructureData getFeatureData()
getFeatureData in interface StationFeature