Hi all, In GeoMesa, we are using the ContentDataStore, etc abstract interfaces. In the case of ContentDataStore.getSchema functions, I'd like to suggest that getSchema(String typename) ought not be marked final.
For the DataStore in question, sufficient metadata is available at the DataStore level, and instantiating a FeatureSource creates additional threads and connections (which in this case is very undesirable). Thoughts? Cheers, Jim https://github.com/geotools/geotools/blob/master/modules/library/data/src/main/java/org/geotools/data/store/ContentDataStore.java#L342 ------------------------------------------------------------------------------ The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling catch you by surprise? Reconnect with the command line and become more productive. Learn the new .NET and ASP.NET CLI. Get your free copy! http://sdm.link/telerik _______________________________________________ GeoTools-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
