Class JDBCFeatureSource

    • Constructor Detail

      • JDBCFeatureSource

        public JDBCFeatureSource​(ContentEntry entry,
                                 Query query)
                          throws IOException
        Creates the new feature store.
        Parameters:
        entry - The datastore entry.
        query - The defining query.
        Throws:
        IOException
      • JDBCFeatureSource

        protected JDBCFeatureSource​(JDBCFeatureSource featureSource)
                             throws IOException
        Copy existing feature source
        Parameters:
        featureSource - jdbc feature source
        Throws:
        IOException