|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcds.astro.AstroFormat
This class contains just definitions used in Parsing and Editing of numbers. Numbers can use ...x10?exp as well as ...e?exp notation; numbers may also be expressed in sexagesimal.
Field Summary | |
static int |
DECIMAL
Format of number is decimal |
static int |
EFORMAT
Format of number contains the E notation |
static int |
FACTOR
Format of number is of the form mantissax10?exp |
static int |
SEXA1d
Format of number is sexagesimal 1 component (with : or d) |
static int |
SEXA1h
Format of number is sexagesimal 1 component (with h) |
static int |
SEXA1o
Format of number is sexagesimal 1 component (with ?) |
static int |
SEXA2
Format of number is sexagesimal (2 components h m) |
static int |
SEXA2c
Format of number is sexagesimal (2 components h:m) |
static int |
SEXA2d
Format of number is sexagesimal angle (2 components dm) |
static int |
SEXA2h
Format of number is sexagesimal time (2 components hm) |
static int |
SEXA2o
Format of number is sexagesimal 2 component (with ? ') |
static int |
SEXA3
Format of number is sexagesimal (3 components h m s) |
static int |
SEXA3c
Format of number is sexagesimal (3 components h:m:s) |
static int |
SEXA3d
Format of number is sexagesimal angle (3 components dms) |
static int |
SEXA3h
Format of number is sexagesimal time (3 components hms) |
static int |
SEXA3o
Format of number is sexagesimal 3 component (with ? ' ") |
static int |
SIGN_EDIT
Number must be signed (contains a '+' sign if positive) |
static int |
TRUNCATE
Numbers are truncated in their edition |
static int |
ZERO_FILL
Number mist be left-filled with zeroes |
Constructor Summary | |
AstroFormat()
|
Method Summary | |
static java.lang.String |
explain(int bin_form)
Explain the 'form' of the last parsed number |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int DECIMAL
public static final int EFORMAT
public static final int FACTOR
public static final int SEXA2
public static final int SEXA3
public static final int SEXA2c
public static final int SEXA3c
public static final int SEXA2d
public static final int SEXA3d
public static final int SEXA2h
public static final int SEXA3h
public static final int SEXA1d
public static final int SEXA1h
public static final int SEXA1o
public static final int SEXA2o
public static final int SEXA3o
public static final int SIGN_EDIT
public static final int ZERO_FILL
public static final int TRUNCATE
Constructor Detail |
public AstroFormat()
Method Detail |
public static final java.lang.String explain(int bin_form)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |