Class VPFFileStore

  • All Implemented Interfaces:
    DataAccess<SimpleFeatureType,​SimpleFeature>, DataStore

    public class VPFFileStore
    extends ContentDataStore
    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.
    Author:
    Jeff Yutzler
    • Constructor Detail

      • VPFFileStore

        public VPFFileStore​(String vpfFilePath)
                     throws IOException
        Default constructor. Nothing special
        Throws:
        IOException