jsky.catalog
Interface QueryResult

All Known Subinterfaces:
Catalog, CatalogDirectory, PlotableCatalog, TableQueryResult
All Known Implementing Classes:
AbstractCatalogDirectory, AstroCatalog, AstroCatConfig, AstroCatTable, MemoryCatalog, NavigatorFITSTable, SkycatCatalog, SkycatConfigFile, SkycatTable, TestCatalog, TestCatalog, TestTableQueryResult, URLQueryResult

public interface QueryResult

Represents the result of a catalog query. We don't make any assumptions here about the type of the query result. It could be tabular data, an image, or HTML file, etc. It is up to the implementing classes to define the rest.