| java.lang.Object org.geotools.data.vpf.VPFDataBase
VPFDataBase | public class VPFDataBase implements FileConstants(Code) | | 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 author: Knut-Erik Johnsen, Project author: OneMap version: $Id: VPFDataBase.java 22482 2006-10-31 02:58:00Z desruisseaux $ |
getLibraries | public List getLibraries()(Code) | | Returns the libraries that are in the database
a List containing VPFLibrary objects |
getMaxX | public double getMaxX()(Code) | | Returns the minimum X value of the database
a double value |
getMaxY | public double getMaxY()(Code) | | Returns the minimum X value of the database
a double value |
getMinX | public double getMinX()(Code) | | Returns the minimum X value of the database
a double value |
getMinY | public double getMinY()(Code) | | Returns the minimum X value of the database
a double value |
|
|