Uses of Class
net.grelf.astro.Star

Packages that use Star
net.grelf.astro This package contains Java classes for astronomical applications. 
net.grelf.grip This package contains the Java classes which are specific to the image processing application GRIP.

GRIP is available as a free download from www.grelf.net - please always quote this URL in connection with GRIP.
Version: 12.4.3 
 

Uses of Star in net.grelf.astro
 

Methods in net.grelf.astro that return Star
 Star Star.clone()
          Returns a new Star object with the same data.
 Star StarChart.findNearestStar(int x, int y)
          Return the star nearest to the given chart coordinates.
static Star StarChart.getSelectedStar()
          Get a reference to the star most recently selected (by the user clicking near it).
 Star SimbadGateway.getStarFromId(java.lang.String id, java.lang.String rootURL, javax.swing.JTextArea textarea)
          Use a Simbad identity query as a REST web service: HTTP request responds with XML VOTable.
 

Methods in net.grelf.astro that return types with arguments of type Star
 java.util.List<Star> StarChart.getStars()
          Get a reference to the list of stars used in the chart.
 java.util.List<Star> AstroGridGateway.searchCone(SkyPoint centre, double radiusDegrees)
          Search a cone in the sky of given angular radius about the given direction.
 java.util.List<Star> SimbadGateway.searchCone(SkyPoint centre, double radiusDegs, java.lang.String rootURL, javax.swing.JTextArea textarea)
          Use a Simbad coordinate query as a REST web service: HTTP request responds with XML VOTable.
 

Methods in net.grelf.astro with parameters of type Star
protected  void StarChartLoader.calculateChartCoordinates(Star star)
          This version is fine if the Star is already known to be within the required cone.
 

Method parameters in net.grelf.astro with type arguments of type Star
 void Hipparcos.load(java.util.List<Star> stars, java.util.Map<java.lang.String,Star> hipStars, SkyPoint plotCentre, JulianDate epoch, double fieldRadius)
          Append stars from the Hipparcos data set to the given list.
 void Hipparcos.load(java.util.List<Star> stars, java.util.Map<java.lang.String,Star> hipStars, SkyPoint plotCentre, JulianDate epoch, double fieldRadius)
          Append stars from the Hipparcos data set to the given list.
 void Tycho.load(java.util.List<Star> stars, java.util.Map<java.lang.String,Star> hipStars, SkyPoint plotCentre, JulianDate epoch, double fieldRadius)
          Append stars from the Tycho data set to the given list.
 void Tycho.load(java.util.List<Star> stars, java.util.Map<java.lang.String,Star> hipStars, SkyPoint plotCentre, JulianDate epoch, double fieldRadius)
          Append stars from the Tycho data set to the given list.
 

Uses of Star in net.grelf.grip
 

Methods in net.grelf.grip that return Star
 Star BlobMeas.getOrCreateStar()
          Return star associated with blob; but create one (and set it in this BlobMeas) if none yet exists.
 Star BlobMeas.getStar()
          Get a reference to the star with which this blob has been identified.
 

Methods in net.grelf.grip with parameters of type Star
 void BlobMeas.setStar(Star star)
          Identify this blob as a particular star (having Hipparcos/Tycho/etc data).