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 |
protected int |
format
Deprecated.
|
protected int |
length |
protected int[] |
members |
protected String |
name |
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) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAddress() |
String |
getClientVersion() |
int |
getCluster()
Deprecated.
|
int |
getElement()
Deprecated.
|
long |
getEvent() |
int |
getFormat()
Deprecated.
|
int |
getLength() |
int[] |
getMembers() |
String |
getName() |
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() |
protected String name
protected long timestamp
protected int length
protected int address
protected long sciId
protected int sensorType
protected int stripes
protected int[] registers
protected int sciVersion
protected String clientVersion
protected String serverVersion
protected long event
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
public ImageMetadata()
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 int getAddress()
public long getSciId()
public int getSensorType()
public int getStripes()
public int[] getRegisters()
public int getSciVersion()
public String getClientVersion()
public String getServerVersion()
public long getEvent()
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()
Copyright © 2016 LSST. All rights reserved.