net.aerith.misao.catalog.star
Class GscActStar

java.lang.Object
  |
  +--net.aerith.misao.util.Position
        |
        +--net.aerith.misao.util.star.StarPosition
              |
              +--net.aerith.misao.util.star.Star
                    |
                    +--net.aerith.misao.util.star.CatalogStar
                          |
                          +--net.aerith.misao.catalog.star.Gsc11Star
                                |
                                +--net.aerith.misao.catalog.star.GscActStar

public class GscActStar
extends Gsc11Star

The GscActStar represents a star data in the GSC-ACT CD-ROMs


Fields inherited from class net.aerith.misao.catalog.star.Gsc11Star
area_number, band, class_number, epoch, flag, mag_error100, plate, position_error10, star_number
 
Fields inherited from class net.aerith.misao.util.star.CatalogStar
detailed_output
 
Fields inherited from class net.aerith.misao.util.star.Star
color, container_pair, coor
 
Fields inherited from class net.aerith.misao.util.star.StarPosition
mag
 
Fields inherited from class net.aerith.misao.util.Position
x, y
 
Constructor Summary
GscActStar()
          Constructs an empty GscActStar.
GscActStar(short area_numer, short star_number, Coor coor, double mag, short position_error10, short mag_error100, byte band, byte class_number, byte[] plate, byte flag, byte[] epoch)
          Constructs a GscActStar with data read from CD-ROMs.
 
Method Summary
 java.lang.String getCatalogCode()
          Gets the code of the catalog.
 java.lang.String getCatalogFolderCode()
          Gets the folder string of the catalog.
 java.lang.String getCatalogName()
          Gets the name of the catalog.
 java.util.Vector getHierarchicalFolders()
          Gets the list of the hierarchical folders.
 java.lang.String getStarFolder()
          Gets the folder string of the star.
 
Methods inherited from class net.aerith.misao.catalog.star.Gsc11Star
getAvailableMagnitudeSystems, getCatalogAcronym, getCatalogCategory, getDefaultProperty, getKeyAndValues, getKeyAndValuesForPhotometry, getMagnitude, getMagnitudeString, getName, getOutputString, getVsnetName, setKeyAndValue, setName, supportsAstrometry, supportsMagnitude
 
Methods inherited from class net.aerith.misao.util.star.CatalogStar
getBMagnitude, getBVDifference, getCatalogNamesWithMagnitudeSystem, getCatalogNameWithMagnitudeSystem, getCoorAccuracy, getCoorString, getCoorStringWithoutUnit, getDate, getHelpMessage, getIcMagnitude, getMagnitude, getMagnitudeSystem, getMaximumPositionErrorInArcsec, getPhotometryHelpMessage, getPositionErrorInArcsec, getRcMagnitude, getUMagnitude, getVMagnitude, isDescriptionEdittable, reduceOutput, setCoorAccuracy, supportsPhotometry
 
Methods inherited from class net.aerith.misao.util.star.Star
equals, getColor, getCoor, getDecl, getItemDelimiter, getKeyAndValueDelimiter, getOutputStringsWithXY, getOutputStringWithoutName, getOutputStringWithXY, getPair, getPositionString, getPxfString, getPxfStringsWithXY, getPxfStringWithXY, getRA, mapCoordinatesToXY, mapCoordinatesToXY, mapXYToCoordinates, mapXYToCoordinates, setColor, setCoor, setPair
 
Methods inherited from class net.aerith.misao.util.star.StarPosition
getMag, getOutputStrings, paramString, setMag, toString
 
Methods inherited from class net.aerith.misao.util.Position
add, getDistanceFrom, getPositionAngleTo, getX, getY, rescale, setPosition, setX, setY
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

GscActStar

public GscActStar()
Constructs an empty GscActStar. It is used in StarClass#newInstance to review the XML data.

GscActStar

public GscActStar(short area_numer,
                  short star_number,
                  Coor coor,
                  double mag,
                  short position_error10,
                  short mag_error100,
                  byte band,
                  byte class_number,
                  byte[] plate,
                  byte flag,
                  byte[] epoch)
Constructs a GscActStar with data read from CD-ROMs.
Parameters:
area_numer - the area number.
star_number - the star number in the area.
coor - the R.A. and Decl.
mag - the magnitude.
position_error10 - the position error in 0.1 arcsec unit.
mag_error100 - the magnitude error in 0.01 mag unit.
band - the band number.
class_number - the class of the star.
plate - the plate code.
flag - the flag of this star.
epoch - the epoch, which can be null.
Method Detail

getCatalogName

public java.lang.String getCatalogName()
Gets the name of the catalog. It must be unique among all subclasses.
Overrides:
getCatalogName in class Gsc11Star
Returns:
the name of the catalog.

getCatalogCode

public java.lang.String getCatalogCode()
Gets the code of the catalog. It must be unique among all subclasses.
Overrides:
getCatalogCode in class Gsc11Star
Returns:
the code of the catalog.

getCatalogFolderCode

public java.lang.String getCatalogFolderCode()
Gets the folder string of the catalog. It must be unique among all subclasses.
Overrides:
getCatalogFolderCode in class Gsc11Star
Returns:
the folder string of the catalog.

getHierarchicalFolders

public java.util.Vector getHierarchicalFolders()
Gets the list of the hierarchical folders.
Overrides:
getHierarchicalFolders in class Gsc11Star
Returns:
the list of the hierarchical folders.

getStarFolder

public java.lang.String getStarFolder()
Gets the folder string of the star.
Overrides:
getStarFolder in class Gsc11Star
Returns:
the folder string of the star.