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, subsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFeatureData, getTime, sizecalcBounds, finish, getAltUnits, getBoundingBox, getCalendarDateRange, getDateRange, getExtraVariables, getPointFeatureIterator, getTimeUnit, hasNext, next, resetIteration, setBoundingBox, setCalendarDateRange, setDateRange, setSize, subset, subsetgetNamepublic ProfileFeatureImpl(java.lang.String name,
                          DateUnit timeUnit,
                          java.lang.String altUnits,
                          double lat,
                          double lon,
                          double time,
                          int npts)
public LatLonPoint getLatLon()
ProfileFeaturegetLatLon in interface ProfileFeaturepublic java.lang.Object getId()
public FeatureType getCollectionFeatureType()
FeatureCollectiongetCollectionFeatureType in interface FeatureCollectiongetCollectionFeatureType in class PointCollectionImpl