Package org.geotools.data.vpf
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 Summary
Constructors Constructor Description VPFDataBase(File directory)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List
getLibraries()
Returns the libraries that are in the databasedouble
getMaxX()
Returns the minimum X value of the databasedouble
getMaxY()
Returns the minimum X value of the databasedouble
getMinX()
Returns the minimum X value of the databasedouble
getMinY()
Returns the minimum X value of the databaseString
toString()
-
-
-
Constructor Detail
-
VPFDataBase
public VPFDataBase(File directory) throws IOException, SchemaException
Constructor- Parameters:
directory
- AFile
representing the base directory of the database- Throws:
IOException
SchemaException
-
-
Method Detail
-
getLibraries
public List getLibraries()
Returns the libraries that are in the database- Returns:
- a
List
containingVPFLibrary
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
-
-