|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.vpf.VPFDataBase
This class is not completely implemented due to a decision that the VPFDataStore shall correspond to the VPFLibrary class, not this class
Field Summary |
Constructor Summary | |
VPFDataBase(java.io.File directory)
Constructor |
Method Summary | |
java.util.List |
getLibraries()
Returns the libraries that are in the database |
double |
getMaxX()
Returns the minimum X value of the database |
double |
getMaxY()
Returns the minimum X value of the database |
double |
getMinX()
Returns the minimum X value of the database |
double |
getMinY()
Returns the minimum X value of the database |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public VPFDataBase(java.io.File directory) throws java.io.IOException, SchemaException
directory
- A File
representing the base directory of the database
java.io.IOException
SchemaException
Method Detail |
public java.util.List getLibraries()
List
containing VPFLibrary
objectspublic double getMinX()
double
valuepublic double getMinY()
double
valuepublic double getMaxX()
double
valuepublic double getMaxY()
double
valuepublic java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |