Uses of Class
net.grelf.astro.SkyPoint

Packages that use SkyPoint
net.grelf.astro This package contains Java classes for astronomical applications. 
 

Uses of SkyPoint in net.grelf.astro
 

Methods in net.grelf.astro that return SkyPoint
 SkyPoint SkyPoint.clone()
          Returns a new SkyPoint object with the same data.
 SkyPoint Star.getPosition()
          If the star's position is unknown this returns null.
 SkyPoint AstroGridGateway.getPositionOfNamedObject(java.lang.String name)
          Uses the Sesame service (see http://cdsweb.u-strasbg.fr/doc/sesame.htx) via AstroGrid.
 SkyPoint Star.measurePosition(ImFrame parentFrame, BlobMeasList measList)
          If this star has unknown position (RA/Dec), do astrometry using the known reference stars in the given MeasList.
protected  SkyPoint Star.measureTargetBlob(java.util.List<BlobMeas> refBlobs, BlobMeas targetMeas, Epoch epoch, MeasuredValue degreesPerPixel)
           
protected  SkyPoint Star.measureTargetBlob2(java.util.List<BlobMeas> refBlobs, BlobMeas targetMeas, Epoch epoch, MeasuredValue degreesPerPixel)
           
 

Methods in net.grelf.astro with parameters of type SkyPoint
 SkyVector SkyPoint.calculateSeparation(SkyPoint other)
          Calculate position angle (PA) and spherical separation from this to another SkyPoint.
protected  void StarChartLoader.initialiseChartCoordinates(SkyPoint plotCentre, double fieldRadiusDegs)
          Calculate certain fields just once so they do not have to be calculated for every 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 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.
 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.
 void Star.setPosition(SkyPoint pt)