|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstella.AbstractTarget.Aim
public static class AbstractTarget.Aim
The class describing the celestial aim in the target. It consits of a
catalog-name, possibly a database record number for fast access,
astrometrical data collected in a StarDescription and stars in
this object's vicinity, the field-of-view. The field-of-view is a list
of StarDescriptions.
| Field Summary | |
|---|---|
private List<StarDescription> |
fov
The list of field stars. |
private StarDescription |
main
The star description of the main target. |
private int |
rec
The record number in the database. |
| Constructor Summary | |
|---|---|
AbstractTarget.Aim(StarDescription principal,
int record,
List<StarDescription> field)
Constructs a new celestial target. |
|
| Method Summary | |
|---|---|
List<StarDescription> |
getFieldOfView()
Returns the list of field stars. |
StarDescription |
getMain()
Returns the main star, total data. |
int |
getRecordNumber()
Returns the record number or -1 if it is unknown. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int rec
private StarDescription main
private List<StarDescription> fov
StarDescription.
| Constructor Detail |
|---|
public AbstractTarget.Aim(StarDescription principal,
int record,
List<StarDescription> field)
principal - The main star. Name is catalog name.record - The database record number or -1 if unknown.field - The stars in the field-of-view around the main star.| Method Detail |
|---|
public int getRecordNumber()
public StarDescription getMain()
public List<StarDescription> getFieldOfView()
StarDescriptions.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||