public abstract class ProfileFeatureImpl extends PointCollectionImpl implements ProfileFeature
PointCollectionImpl.PointCollectionSubset| Modifier and Type | Field and Description |
|---|---|
protected double |
time |
boundingBox, dateRange, localIterator, name, npts| Constructor and Description |
|---|
ProfileFeatureImpl(java.lang.String name,
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, getBoundingBox, getDateRange, getName, hasNext, next, resetIteration, setBoundingBox, setDateRange, setSize, size, subsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTime, sizecalcBounds, finish, getBoundingBox, getDateRange, getPointFeatureIterator, hasNext, next, resetIteration, setBoundingBox, setDateRange, setSize, subsetgetNamepublic ProfileFeatureImpl(java.lang.String name,
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