| Package | Description |
|---|---|
| astro.fits | |
| mysql |
| Modifier and Type | Field and Description |
|---|---|
private ObserveSql.Types |
ImageBlock.type
The type of block.
|
| Modifier and Type | Method and Description |
|---|---|
ObserveSql.Types |
ImageBlock.getType()
Returns the type
|
| Constructor and Description |
|---|
ImageBlock(ObserveSql.Types typ,
int v,
String tel,
SortedMap<String,ImageInfo> obj,
Date from,
Date to)
Constructs a new image block.
|
ImageBlock(ObserveSql.Types typ,
int v,
String tel,
SortedMap<String,ImageInfo> obj,
Date from,
Date to,
String filt)
Constructs a new image block.
|
ImageBlock(ObserveSql.Types typ,
int v,
String tel,
SortedMap<String,ImageInfo> obj,
Date from,
Date to,
String filt,
Number derot)
Constructs a new image block.
|
| Modifier and Type | Method and Description |
|---|---|
static ObserveSql.Types |
ObserveSql.Types.createFromFitsHeader(String sql) |
static ObserveSql.Types |
ObserveSql.Types.createFromSql(int sql) |
static ObserveSql.Types |
ObserveSql.Types.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObserveSql.Types[] |
ObserveSql.Types.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|