Class VPFDataBase

Object
VPFDataBase

public class VPFDataBase extends Object
This class is not completely implemented due to a decision that the VPFDataStore shall correspond to the VPFLibrary class, not this class
Author:
Artur Hefczyc, Knut-Erik Johnsen, Project OneMap
  • Constructor Details

  • Method Details

    • getLibraries

      public List getLibraries()
      Returns the libraries that are in the database
      Returns:
      a List containing VPFLibrary objects
    • getMinX

      public double getMinX()
      Returns the minimum X value of the database
      Returns:
      a double value
    • getMinY

      public double getMinY()
      Returns the minimum X value of the database
      Returns:
      a double value
    • getMaxX

      public double getMaxX()
      Returns the minimum X value of the database
      Returns:
      a double value
    • getMaxY

      public double getMaxY()
      Returns the minimum X value of the database
      Returns:
      a double value
    • toString

      public String toString()
      Overrides:
      toString in class Object