public class CatalogMatch extends PropertyResources implements Initializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogMatch.TwoMass
Gets 2Mass identifier for all targets for the specified stella telescope.
|
PropertyResources.Load, PropertyResources.URLResource| Modifier and Type | Field and Description |
|---|---|
private static double |
DEF2MASSRADIUS
Default 2Mass query radius, degrees.
|
static String |
KEY_2MASSRADIUS
The query radius for the 2Mass match, degrees.
|
static String |
KEY_TARGETDB
If present, the properties of the target database.
|
static String |
KEY_TASKDB
If present, the properties of the task database.
|
private TargetSql |
starsql |
private TaskSql |
tasksql |
KEY_NOINITONCREATE, POSTFIX_ALPHABET, POSTFIX_BYTES, POSTFIX_DIR, POSTFIX_EXT, POSTFIX_FILE, POSTFIX_LIST, POSTFIX_MODTIME, POSTFIX_URLKEY_LISTSEPARATOR, KEY_MAPKEYVALUECHAR, KEY_MAPSEPARATORKEY_URLRESOURCES, KEY_URLUSECONFIG, KEY_URLUSECURRENT, KEY_URLUSEHOMECONFIG, KEY_CLASS| Constructor and Description |
|---|
CatalogMatch(Map<String,String> props) |
| Modifier and Type | Method and Description |
|---|---|
List<Star> |
getTargets(String tel)
Returns all valid stars in the target db-table for the specified
telescope.
|
void |
init() |
List<Star> |
matchTo2Mass(List<Star> targetdb) |
clone, createFrom, createFrom, createFrom, createInstance, getApplet, getAsResources, getLocate, getPropertiesToKey, getPropertiesToKey, getResource, getResourceAsStream, getResourceFromKey, getResources, hasLocalURLs, initProperties, keyCreate, keyCreate, reload, setAppletaugment, augment, 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, parseObject, reload, removeProperty, requires, rescanned, setObject, setProperties, setProperty, stringProperties, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdefaultBoolean, 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, stringPropertiespublic static final String KEY_TASKDB
public static final String KEY_TARGETDB
public static final String KEY_2MASSRADIUS
private static final double DEF2MASSRADIUS
private TaskSql tasksql
private TargetSql starsql
public void init()
throws InitException
init in interface InitializableInitExceptionpublic List<Star> getTargets(String tel)