| Package | Description |
|---|---|
| org.britastro.grelf.astro | |
| org.britastro.grelf.hopper |
| Modifier and Type | Class and Description |
|---|---|
class |
DeepSkyObject
Holding the properties of a deep sky object (id and position).
|
class |
Star
A star can have several ids, from different catalogues.
|
| Modifier and Type | Method and Description |
|---|---|
SkyObject |
SkyObjectDatabase.findSkyObjectByName(java.lang.String name)
Returns null if the name is not matched in the index.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SkyObject> |
SkyObjectDatabase.findSkyObjectsInCone(SkyPoint axis,
double radiusDegs)
Find all known objects within the given radius of the given sky direction.
|
java.util.List<SkyObject> |
SkyObjectDatabase.findSkyObjectsInRectangle(ChartLimits limits,
float maxMagnitude)
Find all known objects within a rectangular range of RA and Dec.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObservingList.add(java.lang.String targetId,
SkyPoint targetSkyPt,
SkyObject startingObject)
Find the first blank row in the table and insert a new entry there.
|
void |
ObservingListTableModel.add(java.lang.String targetId,
SkyPoint targetSkyPt,
SkyObject startingObject)
Find the first blank row in the table and insert a new entry there.
|