net
Class Simbad

java.lang.Object
  extended by util.PropertyContainer
      extended by util.PropertyResources
          extended by util.PropertyBundles
              extended by net.Simbad
All Implemented Interfaces:
Cloneable, Initializable, LocalizedSupplying, PropertySupplying, ResourceSupplying

public class Simbad
extends PropertyBundles

A class to interface to the SIMBAD server. The following identifiers and values are understood:

  1. http://simbad.u-strasbg.fr/sim-id.pl?protocol=html&Ident=pw+and&NbIdent=1&Radius=10&Radius.unit=arcmin&CooFrame=FK5&CooEpoch=2000&CooEqui=2000&output.max=all&output.mesdisp=N&Bibyear1=1983&Bibyear2=2004&Frame1=FK5&Frame2=FK4&Frame3=G&Equi1=2000.0&Equi2=1950.0&Equi3=2000.0&Epoch1=2000.0&Epoch2=1950.0&Epoch3=2000.0 protocol=text,ascii? Obsolated by AXIS-based services at CDS.


    Nested Class Summary
     
    Nested classes/interfaces inherited from class util.PropertyResources
    PropertyResources.URLResource
     
    Field Summary
    private static String DEFSIMBAD
              Default print writer to use for the syslog.
    static String KEY_SIMBAD
              The key linked to the logger-server's facility.
     
    Fields inherited from class util.PropertyBundles
    KEY_LOCALECOUNTRY, KEY_LOCALELANGUAGE, KEY_RESOURCEBUNDLES
     
    Fields inherited from class util.PropertyResources
    KEY_NOINITONCREATE, localurl, locate, POSTFIX_DIR, POSTFIX_EXT, POSTFIX_FILE, POSTFIX_LIST, POSTFIX_URL, urlset
     
    Fields inherited from class util.PropertyContainer
    KEY_LISTSEPARATOR, KEY_MAPKEYVALUECHAR, KEY_MAPSEPARATOR
     
    Fields inherited from interface util.ResourceSupplying
    KEY_URLRESOURCES, KEY_URLUSECONFIG, KEY_URLUSECURRENT, KEY_URLUSEHOME
     
    Fields inherited from interface util.PropertySupplying
    CONFIG, KEY_CLASS
     
    Constructor Summary
    Simbad()
               
     
    Method Summary
     
    Methods inherited from class util.PropertyBundles
    clone, getLocalized, getLocalized, getLocalizedString, getLocalizedString, loadResource
     
    Methods inherited from class util.PropertyResources
    createFrom, createFrom, createFrom, getApplet, getAsResources, getLocalClassLoader, getPropertiesToKey, getPropertiesToKey, getResource, getResourceAsStream, getResourceFromKey, getResources, init, keyCreate, keyCreate, reload, setApplet
     
    Methods inherited from class util.PropertyContainer
    augment, augment, augment, defaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsEnums, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, isNew, parseObject, reload, removeProperty, rescanned, setObject, setProperties, setProperty, stringProperties, toString
     
    Methods inherited from class java.lang.Object
    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
     
    Methods inherited from interface util.ResourceSupplying
    getResource, getResourceAsStream, getResources
     
    Methods inherited from interface util.PropertySupplying
    defaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, parseObject, removeProperty, setObject, setProperty, stringProperties
     
    Methods inherited from interface util.Initializable
    init
     

    Field Detail

    KEY_SIMBAD

    public static final String KEY_SIMBAD
    The key linked to the logger-server's facility.

    See Also:
    Constant Field Values

    DEFSIMBAD

    private static final String DEFSIMBAD
    Default print writer to use for the syslog.

    See Also:
    Constant Field Values
    Constructor Detail

    Simbad

    public Simbad()