jsky.catalog.irsa
Class IRSAFieldDesc
java.lang.Object
jsky.catalog.FieldDescAdapter
jsky.catalog.irsa.IRSAFieldDesc
- All Implemented Interfaces:
- Serializable, FieldDesc
public class IRSAFieldDesc
- extends FieldDescAdapter
Describes a column in the tabular result of an IRSACatalog query.
- Version:
- $Revision: 1.1 $
- Author:
- Allan Brighton
- See Also:
- Serialized Form
Method Summary |
boolean |
irsa()
Return true if this field contains a world coordinates RA value. |
boolean |
isDec()
Return true if this field contains a world coordinates Dec value. |
boolean |
isMini()
|
boolean |
isShort()
|
boolean |
isStd()
|
void |
setMini(boolean b)
|
void |
setShort(boolean b)
|
void |
setStd(boolean b)
|
Methods inherited from class jsky.catalog.FieldDescAdapter |
getDefaultOptionIndex, getDefaultValue, getDescription, getDocURL, getFieldClass, getFormat, getId, getLinkText, getLinkValue, getName, getNumOptions, getOptionName, getOptionValue, getType, getUnits, getValue, hasLink, isId, isMax, isMin, isRA, isValid, setDefaultValue, setDescription, setFieldClass, setFormat, setId, setIsDec, setIsId, setIsMax, setIsMin, setIsRA, setName, setOptions, setType, setUnits |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IRSAFieldDesc
public IRSAFieldDesc()
- Constructor
irsa
public boolean irsa()
- Return true if this field contains a world coordinates RA value.
isDec
public boolean isDec()
- Return true if this field contains a world coordinates Dec value.
- Specified by:
isDec
in interface FieldDesc
- Overrides:
isDec
in class FieldDescAdapter
setMini
public void setMini(boolean b)
isMini
public boolean isMini()
setShort
public void setShort(boolean b)
isShort
public boolean isShort()
setStd
public void setStd(boolean b)
isStd
public boolean isStd()
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.