| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcds.aladin.PlanObjet
public final class PlanObjet
Gestionnaire des objets d'un plan catalogue ou tool.
| Method Summary | |
|---|---|
 void | 
endResource()
L'interface AstroRes  | 
 void | 
endTable()
L'interface AstroRes  | 
 int | 
getDecIndex()
Retourne l'indice de la colonne DEC si connu, sinon -1  | 
 int | 
getRaIndex()
Retourne l'indice de la colonne RA si connu, sinon -1  | 
 void | 
setField(Field f)
L'interface AstroRes  | 
 void | 
setFilter(java.lang.String filter)
Interface pour le positionnement d'un filtre dédié  | 
 void | 
setRecord(double ra,
          double dec,
          java.lang.String[] value)
L'interface TableParserConsumer  | 
 void | 
setResourceInfo(java.lang.String name,
                java.lang.String value)
L'interface AstroRes  | 
 void | 
setTableInfo(java.lang.String name,
             java.lang.String value)
L'interface AstroRes  | 
 void | 
setTableRaDecIndex(int nRa,
                   int nDec)
This method is called by the TableParserConsumer for delivering RA and DEC column index  | 
 void | 
setTarget(java.lang.String target)
This method is called by the TableParser parser when the XML tag INFO ID="Target"... is encountered.  | 
 void | 
startResource(java.lang.String name)
L'interface AstroRes  | 
 void | 
startTable(java.lang.String name)
L'interface AstroRes  | 
 void | 
tableParserInfo(java.lang.String msg)
This method is called by the TableParserConsumer for delivering parsing information  | 
 void | 
tableParserWarning(java.lang.String msg)
This method is called by the TableParserConsumer for delivering not crucial error  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public void startResource(java.lang.String name)
startResource in interface TableParserConsumername - the ID of the resource, or null if there isn'tpublic void setFilter(java.lang.String filter)
setFilter in interface TableParserConsumer
public void setResourceInfo(java.lang.String name,
                            java.lang.String value)
setResourceInfo in interface TableParserConsumername - The name of the embedded elementvalue - The contain of the embedded elementpublic void endResource()
endResource in interface TableParserConsumerpublic void startTable(java.lang.String name)
startTable in interface TableParserConsumername - the ID of the resource, or null if there isn't
public void setTableInfo(java.lang.String name,
                         java.lang.String value)
setTableInfo in interface TableParserConsumername - The name of the embedded elementvalue - The contain of the embedded elementpublic void endTable()
endTable in interface TableParserConsumerpublic void setField(Field f)
setField in interface TableParserConsumerf - the Field
public void setRecord(double ra,
                      double dec,
                      java.lang.String[] value)
setRecord in interface TableParserConsumerra - the position of the astronomical object associatedvalue - each field of the linepublic void tableParserWarning(java.lang.String msg)
tableParserWarning in interface TableParserConsumerpublic void tableParserInfo(java.lang.String msg)
tableParserInfo in interface TableParserConsumer
public void setTableRaDecIndex(int nRa,
                               int nDec)
setTableRaDecIndex in interface TableParserConsumernRa - RA column index (0=first column)nDec - DEC column index (0=first column)public int getRaIndex()
public int getDecIndex()
public void setTarget(java.lang.String target)
TableParserConsumer
setTarget in interface TableParserConsumertarget - the target of the table in ASU format
       (ex:001.286804+67.840004,bm=14.100000/14.1)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||