Class PointFeature

java.lang.Object
noaa.coastwatch.render.feature.AbstractFeature
noaa.coastwatch.render.feature.PointFeature
All Implemented Interfaces:
Iterable<EarthLocation>, Feature

public class PointFeature extends AbstractFeature
  • Constructor Details

    • PointFeature

      public PointFeature(EarthLocation point, Object[] attributeArray)
      Creates a new point feature with attributes.
      Parameters:
      point - thae point feature location.
      attributeArray - the array of feature attributes, or null for no attributes.
    • PointFeature

      public PointFeature(EarthLocation point)
      Creates a new point feature with no attributes.
      Parameters:
      point - thae point feature location.
  • Method Details