public class ImageMetadata extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
address |
protected String |
clientVersion |
protected int |
cluster
Deprecated.
|
protected int |
element
Deprecated.
|
protected long |
event
Deprecated.
|
protected int |
format
Deprecated.
|
protected int |
length |
protected int[] |
members |
protected String |
name |
protected int |
numCcds |
protected String |
partition |
protected String |
platform |
static int |
REB_TYPE_GUIDER |
static int |
REB_TYPE_SCIENCE |
static int |
REB_TYPE_WAVEFRONT |
protected int[] |
registers |
protected int |
schema
Deprecated.
|
protected long |
sciId |
protected int |
sciVersion |
protected int |
sensorType |
protected String |
serverVersion |
protected int |
stripes |
protected long |
tag
Deprecated.
|
protected long |
timestamp |
protected int |
version
Deprecated.
|
| Constructor and Description |
|---|
ImageMetadata() |
ImageMetadata(long tag,
int length,
int format,
int schema,
int version,
int address,
int cluster,
int element)
Deprecated.
|
ImageMetadata(String name,
long timestamp,
int length,
int address,
long sciId,
int sensorType,
int stripes,
int[] registers,
int sciVersion,
String clientVersion,
String serverVersion,
long event,
int[] members) |
ImageMetadata(String name,
long timestamp,
int length,
String partition,
int address,
long sciId,
int sensorType,
int numCcds,
int stripes,
int[] registers,
int sciVersion,
String clientVersion,
String serverVersion,
String platform,
int[] members) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAddress() |
String |
getClientVersion() |
int |
getCluster()
Deprecated.
|
int |
getElement()
Deprecated.
|
long |
getEvent()
Deprecated.
|
int |
getFormat()
Deprecated.
|
int |
getLength() |
int[] |
getMembers() |
String |
getName() |
int |
getNumCcds() |
String |
getPartition() |
String |
getPlatform() |
int[] |
getRegisters() |
int |
getSchema()
Deprecated.
|
long |
getSciId() |
int |
getSciVersion() |
int |
getSensorType() |
String |
getServerVersion() |
int |
getStripes() |
long |
getTag()
Deprecated.
|
long |
getTimestamp() |
int |
getVersion()
Deprecated.
|
String |
toString() |
public static final int REB_TYPE_SCIENCE
public static final int REB_TYPE_GUIDER
public static final int REB_TYPE_WAVEFRONT
protected String name
protected long timestamp
protected int length
protected String partition
protected int address
protected long sciId
protected int sensorType
protected int numCcds
protected int stripes
protected int[] registers
protected int sciVersion
protected String clientVersion
protected String serverVersion
protected String platform
protected int[] members
@Deprecated protected long tag
@Deprecated protected int format
@Deprecated protected int schema
@Deprecated protected int version
@Deprecated protected int cluster
@Deprecated protected int element
@Deprecated protected long event
public ImageMetadata()
public ImageMetadata(String name, long timestamp, int length, String partition, int address, long sciId, int sensorType, int numCcds, int stripes, int[] registers, int sciVersion, String clientVersion, String serverVersion, String platform, int[] members)
public ImageMetadata(String name, long timestamp, int length, int address, long sciId, int sensorType, int stripes, int[] registers, int sciVersion, String clientVersion, String serverVersion, long event, int[] members)
@Deprecated public ImageMetadata(long tag, int length, int format, int schema, int version, int address, int cluster, int element)
public String getName()
public long getTimestamp()
public int getLength()
public String getPartition()
public int getAddress()
public long getSciId()
public int getSensorType()
public int getNumCcds()
public int getStripes()
public int[] getRegisters()
public int getSciVersion()
public String getClientVersion()
public String getServerVersion()
public String getPlatform()
public int[] getMembers()
@Deprecated public int getVersion()
@Deprecated public long getTag()
@Deprecated public int getFormat()
@Deprecated public int getSchema()
@Deprecated public int getCluster()
@Deprecated public int getElement()
@Deprecated public long getEvent()
Copyright © 2019 LSST. All rights reserved.