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 ListgetLibraries()Returns the libraries that are in the databasedoublegetMaxX()Returns the minimum X value of the databasedoublegetMaxY()Returns the minimum X value of the databasedoublegetMinX()Returns the minimum X value of the databasedoublegetMinY()Returns the minimum X value of the databaseStringtoString()
-
-
-
Constructor Detail
-
VPFDataBase
public VPFDataBase(File directory) throws IOException, SchemaException
Constructor- Parameters:
directory- AFilerepresenting the base directory of the database- Throws:
IOExceptionSchemaException
-
-
Method Detail
-
getLibraries
public List getLibraries()
Returns the libraries that are in the database- Returns:
- a
ListcontainingVPFLibraryobjects
-
getMinX
public double getMinX()
Returns the minimum X value of the database- Returns:
- a
doublevalue
-
getMinY
public double getMinY()
Returns the minimum X value of the database- Returns:
- a
doublevalue
-
getMaxX
public double getMaxX()
Returns the minimum X value of the database- Returns:
- a
doublevalue
-
getMaxY
public double getMaxY()
Returns the minimum X value of the database- Returns:
- a
doublevalue
-
-