Package Map

Interface MapFileManager

All Known Implementing Classes:
GebcoMapFile

public interface MapFileManager
  • Method Details Link icon

    • getAvailableContours Link icon

      Vector<Integer> getAvailableContours()
    • getMapContour Link icon

      MapContour getMapContour(int contourIndex)
    • getContourIndex Link icon

      int getContourIndex(double depth)
    • getContourCount Link icon

      int getContourCount()
    • readFileData Link icon

      boolean readFileData(File file)
      Read all file data including contours.
      Parameters:
      file - File object
      Returns:
      true if read successful.
    • readFileData Link icon

      boolean readFileData(File file, boolean contours)
      Read file data and optionally read contours.
      Parameters:
      file - file object
      contours - true if you want the contours as well
      Returns:
      true if read successful.
    • clearFileData Link icon

      void clearFileData()
    • selectMapFile Link icon

      File selectMapFile(File currentFile)