Package ucar.nc2.ft

Interface ProfileFeature

    • Method Detail

      • getLatLon

        @Nonnull
        LatLonPoint getLatLon()
        Nominal location of this profile
      • getTime

        @Nonnull
        CalendarDate getTime()
        Nominal time of the profile
      • size

        int size()
        The number of points along the z axis. May not be known until after iterating through the collection.
        Specified by:
        size in interface DsgFeatureCollection
        Returns:
        number of points along the z axis, or -1 if not known.
      • getFeatureData

        @Nonnull
        StructureData getFeatureData()
                              throws IOException
        The data associated with the profile feature.
        Returns:
        the actual data of this profile. may be empty, not null.
        Throws:
        IOException