Package org.geotools.data.vpf
Class VPFDataBase
Object
VPFDataBase
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 -
Method Summary
Modifier and TypeMethodDescriptionReturns 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 databasetoString()
-
Constructor Details
-
VPFDataBase
Constructor- Parameters:
directory
- AFile
representing the base directory of the database- Throws:
IOException
SchemaException
-
-
Method Details
-
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
-
toString
-