public interface ProfileFeature extends PointFeatureCollection, Iterable<PointFeature>
Modifier and Type | Method and Description |
---|---|
StructureData |
getFeatureData()
The data associated with the profile feature.
|
LatLonPoint |
getLatLon()
Nominal location of this profile
|
CalendarDate |
getTime()
Nominal time of the profile
|
int |
size()
The number of points along the z axis.
|
finish, getPointFeatureIterator, hasNext, next, resetIteration, subset
getAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getExtraVariables, getName, getTimeUnit
forEach, iterator, spliterator
@Nonnull LatLonPoint getLatLon()
@Nonnull CalendarDate getTime()
int size()
size
in interface DsgFeatureCollection
@Nonnull StructureData getFeatureData() throws IOException
IOException