| Package | Description |
|---|---|
| org.lsst.fits.dao | |
| org.lsst.fits.fitsinfo |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
ImageDAO.getImageGroup(String groupSelector,
boolean desc,
int skip,
int take,
Filter filter) |
Long |
ImageDAO.getImageGroupCount(String groupSelector,
Filter filter) |
List<Image> |
ImageDAO.getImages(int skip,
int take,
Filter filter,
Sort sort) |
Long |
ImageDAO.getTotalImageCount(Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
static Filter |
Filter.fromObjects(List<Object> input) |
static Filter |
Filter.fromString(String input) |
| Modifier and Type | Method and Description |
|---|---|
Object |
FitsDataSource.images(String siteName,
int skip,
int take,
boolean requireTotalCount,
boolean requireGroupCount,
Group groups,
Sort sort,
Filter filter,
GroupSummary groupSummary) |
Copyright © 2023 LSST. All rights reserved.