|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.AbstractDataStore org.geotools.data.vpf.file.VPFFileStore
A data store for VPF files. Any file can be retrieved from here. If you want joins (for example features with their geometries), you will have to look elsewhere. Hopefully some one will take advantage of this class to provide the full functionality.
Field Summary |
Fields inherited from class org.geotools.data.AbstractDataStore |
isWriteable, listenerManager, LOGGER |
Constructor Summary | |
VPFFileStore()
Default constructor. |
Method Summary | |
protected FeatureReader |
getFeatureReader(java.lang.String pathName)
Subclass must implement. |
FeatureType |
getSchema(java.lang.String pathName)
Retrive schema information for typeName |
java.lang.String[] |
getTypeNames()
Convience method for retriving all the names from the Catalog Entires |
void |
reset()
Closes all of the opoen files and removes them from the collection of open files. |
Methods inherited from class org.geotools.data.AbstractDataStore |
createFeatureWriter, createLockingManager, createMetadata, createSchema, getBounds, getCount, getFeatureReader, getFeatureReader, getFeatureSource, getFeatureWriter, getFeatureWriter, getFeatureWriter, getFeatureWriterAppend, getLockingManager, getUnsupportedFilter, getView, updateSchema |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VPFFileStore()
Method Detail |
public java.lang.String[] getTypeNames()
AbstractDataStore
getTypeNames
in interface DataStore
getTypeNames
in class AbstractDataStore
public FeatureType getSchema(java.lang.String pathName) throws java.io.IOException
AbstractDataStore
getSchema
in interface DataStore
getSchema
in class AbstractDataStore
java.io.IOException
protected FeatureReader getFeatureReader(java.lang.String pathName) throws java.io.IOException
AbstractDataStore
getFeatureReader
in class AbstractDataStore
pathName
-
java.io.IOException
public void reset()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |