public abstract class ProfileFeatureImpl extends PointCollectionImpl implements ProfileFeature
PointCollectionImpl.PointCollectionSubset
Modifier and Type | Field and Description |
---|---|
protected double |
time |
altUnits, boundingBox, dateRange, extras, localIterator, name, npts, timeUnit
Constructor and Description |
---|
ProfileFeatureImpl(java.lang.String name,
DateUnit timeUnit,
java.lang.String altUnits,
double lat,
double lon,
double time,
int npts) |
Modifier and Type | Method and Description |
---|---|
FeatureType |
getCollectionFeatureType()
All features in this collection have this feature type
|
java.lang.Object |
getId() |
LatLonPoint |
getLatLon()
Nominal location of this profile
|
calcBounds, finish, getAltUnits, getBoundingBox, getCalendarDateRange, getDateRange, getExtraVariables, getName, getNobs, getTimeUnit, hasNext, next, resetIteration, setBoundingBox, setCalendarDateRange, setDateRange, setSize, size, subset, subset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFeatureData, getTime, size
calcBounds, finish, getAltUnits, getBoundingBox, getCalendarDateRange, getDateRange, getExtraVariables, getPointFeatureIterator, getTimeUnit, hasNext, next, resetIteration, setBoundingBox, setCalendarDateRange, setDateRange, setSize, subset, subset
getName
public ProfileFeatureImpl(java.lang.String name, DateUnit timeUnit, java.lang.String altUnits, double lat, double lon, double time, int npts)
public LatLonPoint getLatLon()
ProfileFeature
getLatLon
in interface ProfileFeature
public java.lang.Object getId()
public FeatureType getCollectionFeatureType()
FeatureCollection
getCollectionFeatureType
in interface FeatureCollection
getCollectionFeatureType
in class PointCollectionImpl