Uses of Class
cds.aladin.AladinException

Packages that use AladinException
cds.aladin   
 

Uses of AladinException in cds.aladin
 

Methods in cds.aladin that throw AladinException
 Obj AladinData.addSource(java.lang.String id, double ra, double dec, java.lang.String[] value)
          FOR ADVANCED DEVELOPERS ONLY !
 void AladinData.bytePixelsModified()
          FOR ADVANCED DEVELOPERS ONLY !
 void AladinData.codedPixelsModified()
          FOR ADVANCED DEVELOPERS ONLY !
 AladinData Aladin.createAladinCatalog(java.lang.String name)
          Create a new Aladin Catalog plane by plugin.
 AladinData Aladin.createAladinData(java.lang.String name)
          Create a new Aladin Image plane by plugin.
 AladinData Aladin.createAladinImage(java.lang.String name)
          Create a new Aladin Image plane by plugin.
abstract  void AladinPlugin.exec()
          Method called by Aladin when the user launchs the plugin
 void AladinData.fitsKeysModified()
          FOR ADVANCED DEVELOPERS ONLY !
 AladinData Aladin.getAladinData()
          Provide a AladinData object allowing to manipulate the first selected Aladin plane (from the top of the stack
 AladinData Aladin.getAladinData(java.lang.String planeID)
          Provide a AladinData object allowing to manipulate an Aladin plane
 AladinData Aladin.getAladinImage()
          Provide a AladinData object allowing to manipulate the Aladin current Image
 double[] AladinData.getCoord(double x, double y)
          Return the J2000 coordinates for a x,y position according to the image astrometrical calibration This method is dedicated to the image planes
 double[][][] AladinData.getCube()
          Return the cube pixels.
 double[][][] AladinData.getCube(int x, int y, int z, int width, int height, int depth)
          Extract a sub-cube.
 int AladinData.getDepth()
          Return the cube depth This method is dedicated to the blink or cube planes
 int AladinData.getFitsBitPix()
          Return the image coding in FITS standard.
 double AladinData.getFitsBscale()
          Return the BSCALE value of the original pixels.
 double AladinData.getFitsBzero()
          Return the BZERO value of the original pixels.
 java.lang.String AladinData.getFitsHeader()
          Return the Fits header as a String.
 int AladinData.getHeight()
          Return the image height This method is dedicated to the image planes
 int AladinData.getNbObj()
          FOR ADVANCED DEVELOPERS ONLY !
 double AladinData.getPixel(int x, int y)
          Return the full pixel value convert in double for a dedicated position.
 double AladinData.getPixel(int x, int y, int z)
          Return the full pixel value from a cube convert in double for a dedicated position.
 double[][] AladinData.getPixels()
          Return a copy of the image pixels in doubles This method is dedicated to the image planes
 int AladinData.getWidth()
          Return the image width This method is dedicated to the image planes
 double[] AladinData.getXY(double ra, double dec)
          Return the x,y pixel coordinates for a ra,dec J2000 postion according to the image astrometrical calibration.
 void AladinData.objModified()
          FOR ADVANCED DEVELOPERS ONLY !
 void AladinData.rmObj(Obj obj)
          FOR ADVANCED DEVELOPERS ONLY !
 byte[] AladinData.seeBytePixels()
          FOR ADVANCED DEVELOPERS ONLY !
 byte[] AladinData.seeBytePixels(int z)
          FOR ADVANCED DEVELOPERS ONLY !
 byte[] AladinData.seeCodedPixels()
          FOR ADVANCED DEVELOPERS ONLY !
 java.util.Hashtable AladinData.seeFitsKeys()
          FOR ADVANCED DEVELOPERS ONLY !
 Obj[] AladinData.seeObj()
          FOR ADVANCED DEVELOPERS ONLY !
 void AladinData.setFitsHeader(java.lang.String header)
          Replace original Fits header, and modify the astrometrical projection according to the WCS keys in this new Fits header.
 void AladinData.setPixels(double[][] pixels)
          Replace the original image pixel values.
 void AladinData.setPixels(double[][] pixels, int bitpix)
          Replace the original image and possibly modify its internal coding (byte,integer,float..)
 

Constructors in cds.aladin that throw AladinException
AladinData(Aladin aladin)
          Aladin plane data for the first selected plane in the stack (from the top)
AladinData(Aladin aladin, int planeHashCode)
          Aladin plane data for the specified plane
AladinData(Aladin aladin, int mode, java.lang.String name)
          Aladin plane data creation and/or simple access.
AladinData(Aladin aladin, java.lang.String name)
          Aladin plane data for the specified plane
 



Copyright © 2009 UDS/CNRS