public interface ProfileFeature extends PointFeatureCollection, java.lang.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
getAltName, getAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getCoordinateVariables, getExtraVariables, getName, getTimeName, getTimeUnit
@Nonnull LatLonPoint getLatLon()
@Nonnull CalendarDate getTime()
int size()
size
in interface DsgFeatureCollection
@Nonnull StructureData getFeatureData() throws java.io.IOException
java.io.IOException