Class XMLPointWriter

java.lang.Object
noaa.coastwatch.gui.nav.NavigationPointWriter
noaa.coastwatch.gui.nav.XMLPointWriter

public class XMLPointWriter extends NavigationPointWriter
The XMLPointWriter class writes navigation point data to an XML format file. Each navigation point is written as an XML <point> element with attributes and subelements specifying the data.
Since:
3.2.2
Author:
Peter Hollemans
  • Constructor Details

    • XMLPointWriter

      public XMLPointWriter(EarthDataReader reader, List<String> variableList, List<NavigationPoint> pointList) throws IOException
      Creates an XML point writer.
      Parameters:
      reader - the reader to use for extra data to write with each point.
      variableList - the list of variables from the reader to use for writing variable data at each point.
      pointList - the list of navigation points to write.
      Throws:
      IOException - if an error occurred accessing a data variable from the list.
  • Method Details