net.aerith.misao.catalog.star
Class UsnoA10Star

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.UsnoAStar
                                |
                                +--net.aerith.misao.catalog.star.UsnoA10Star

public class UsnoA10Star
extends UsnoAStar

The UsnoA10Star represents a star data in the USNO-A1.0 CD-ROMs.


Fields inherited from class net.aerith.misao.catalog.star.UsnoAStar
B_mag10, file_number, R_mag10, 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
UsnoA10Star()
          Constructs an empty UsnoA10Star.
UsnoA10Star(short file_numer, int star_number, Coor coor, boolean valid_R_mag, short R_mag10, boolean valid_B_mag, short B_mag10, double V_mag)
          Constructs a UsnoA10Star with data read from CD-ROMs.
 
Method Summary
 java.lang.String getCatalogAcronym()
          Gets the acronym of the catalog.
 java.lang.String getCatalogName()
          Gets the name of the catalog.
 java.lang.String getVersion()
          Gets the version of the USNO-A catalog.
 
Methods inherited from class net.aerith.misao.catalog.star.UsnoAStar
getAvailableMagnitudeSystems, getCatalogCategory, getCoorAccuracy, getDefaultProperty, getHelpMessage, getHierarchicalFolders, getKeyAndValues, getKeyAndValuesForPhotometry, getMagnitude, getMagnitudeString, getName, getOutputString, getStarFolder, getVsnetName, setKeyAndValue, setName, supportsAstrometry, supportsMagnitude
 
Methods inherited from class net.aerith.misao.util.star.CatalogStar
getBMagnitude, getBVDifference, getCatalogCode, getCatalogFolderCode, getCatalogNamesWithMagnitudeSystem, getCatalogNameWithMagnitudeSystem, getCoorString, getCoorStringWithoutUnit, getDate, 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

UsnoA10Star

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

UsnoA10Star

public UsnoA10Star(short file_numer,
                   int star_number,
                   Coor coor,
                   boolean valid_R_mag,
                   short R_mag10,
                   boolean valid_B_mag,
                   short B_mag10,
                   double V_mag)
Constructs a UsnoA10Star with data read from CD-ROMs.
Parameters:
file_numer - the file number.
star_number - the star number in the area.
coor - the R.A. and Decl.
valid_R_mag - true if R magnitude is recorded.
R_mag10 - the R magnitude in 0.1 mag unit.
valid_B_mag - true if B magnitude is recorded.
B_mag10 - the B magnitude in 0.1 mag unit.
V_mag - the V magnitude.
Method Detail

getVersion

public java.lang.String getVersion()
Gets the version of the USNO-A catalog.
Overrides:
getVersion in class UsnoAStar
Returns:
the string of version.

getCatalogName

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

getCatalogAcronym

public java.lang.String getCatalogAcronym()
Gets the acronym of the catalog.
Overrides:
getCatalogAcronym in class CatalogStar
Returns:
the acronym of the catalog.