Currently GeoWave's Programmatic API centers around the DataStore interface and related classes. This could be made more clear to the public exactly what related classes form the public API. GeoWave 1.0.0 will lock down these interfaces such that they will be guaranteed not to change. All mechanisms that are meant to be part of the public-facing should be moved to an api package name to make it explicit to the community.
Currently GeoWave's Programmatic API centers around the
DataStoreinterface and related classes. This could be made more clear to the public exactly what related classes form the public API. GeoWave 1.0.0 will lock down these interfaces such that they will be guaranteed not to change. All mechanisms that are meant to be part of the public-facing should be moved to anapipackage name to make it explicit to the community.