public abstract class GeometryAcquire extends CommandEvent implements InitializerDepending, TargetDependingCommand, ParameterDepending
CommandEvent.Create| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
private int |
xbin
The x-binning in pixel.
|
private int |
xoff
The x-offset in pixel.
|
private int |
xsize
The x-size in pixel.
|
private int |
ybin
The y-binning in pixel.
|
private int |
yoff
The y-offset in pixel.
|
private int |
ysize
The y-size in pixel.
|
COMMANDPACKAGE, JVIEWPACKAGE, TYPESEPARATORSEPCHARlocalHost, sourceNamesource| Modifier | Constructor and Description |
|---|---|
protected |
GeometryAcquire(Object src,
String type,
long time)
Constructs a new exposure abort command.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getLine()
Returns the command line of the move telescope command.
|
int |
getXBin()
Returns the x-binning in pixel.
|
int |
getXOff()
Returns the x-offset in pixel.
|
int |
getXSize()
Returns the x-size in pixel.
|
int |
getYBin()
Returns the y-binning in pixel.
|
int |
getYOff()
Returns the y-offset in pixel.
|
int |
getYSize()
Returns the y-size in pixel.
|
void |
initWith(String init)
Registers an parameter set to this command.
|
boolean |
parseLine(String[] all)
Parse the command line into ra and dec of the move command.
|
void |
registerParameter(Parameter p)
Registers a frame-delivering parameter.
|
void |
registerTargetProperties(Object setup)
Calculates the command line from the properties registered.
|
classNameToTemplate, createCommand, createCommand, createJCommand, extractType, getExpectedAcknowledgeNumber, parseForStrings, templateToClassNamecheckType, equals, equalTime, equalTime, fromAscii, getAllCommandLines, getExecuteGroupKey, getHead, getNr, getTime, getType, hashCode, isValid, parseFromSingleString, readFromBufferedStream, setNr, setTime, setType, setValid, toSkippedString, toStringgetHost, getSourceName, setSourceNamegetSourceprivate static final long serialVersionUID
private int xoff
private int yoff
private int xsize
private int ysize
private int xbin
private int ybin
public void initWith(String init)
initWith in interface InitializerDependingpublic void registerParameter(Parameter p)
registerParameter in interface ParameterDependingpublic void registerTargetProperties(Object setup)
registerTargetProperties in interface TargetDependingCommandpublic String[] getLine()
getLine in class MessageEventpublic boolean parseLine(String[] all)
parseLine in class MessageEventpublic int getXOff()
public int getYOff()
public int getXSize()
public int getYSize()
public int getXBin()
public int getYBin()