|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--stsci.sky.Catalog2D | +--stsci.sky.CompassCatalog
This represents a Catalog with Duplicate entries - effectively this is the compass Catalog - we may do somethings a little differently for this like having an extra set of criteria. * @author
Field Summary | |
Star2D |
prevStar
|
Fields inherited from class stsci.sky.Catalog2D |
archive, col, crit, loaded, name, plot, serverSideFilter, sky, stars |
Constructor Summary | |
CompassCatalog()
|
|
CompassCatalog(SourceArchive arc,
SkyArea sky)
|
Method Summary | |
java.util.Iterator |
getStars()
|
void |
plot(Star2D s)
Plot individual Star if it matches criteria unless a previus entry is ploted in this place (with the sameID). |
Methods inherited from class stsci.sky.Catalog2D |
add, color, filter, findNear, findStar, init, itemStateChanged, moveStars, name, plot, plot, replot, reScale, setCol, setCrit, setPlot, setPos, setServerSideFilter, unplot |
Methods inherited from class java.lang.Object |
|
Field Detail |
public Star2D prevStar
Constructor Detail |
public CompassCatalog(SourceArchive arc, SkyArea sky)
arc
- sky
-
- public CompassCatalog()
- Method Detail |
public void plot(Star2D s)
- public java.util.Iterator getStars()
getStars
in class Catalog2D
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |