Public Member Functions | |
PointingTable | getTable () |
Return the table to which this row belongs. | |
PointingRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (PointingRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct PointingRowIDL. | |
String | toXML () throws ConversionException |
Return this row in the form of an XML string. | |
void | setFromXML (String rowDoc) throws ConversionException |
Fill the values of this row from an XML string that was produced by the toXML() method. | |
void | toBin (DataOutputStream dos) throws IOException |
Serialize this into a stream of bytes written to a DataOutputStream. | |
ArrayTimeInterval | getTimeInterval () |
Get timeInterval. | |
void | setTimeInterval (ArrayTimeInterval timeInterval) throws IllegalAccessException |
Set timeInterval with the specified ArrayTimeInterval value. | |
boolean | isNameExists () |
The attribute name is optional. | |
String | getName () throws IllegalAccessException |
Get name, which is optional. | |
void | setName (String name) |
Set name with the specified String value. | |
void | clearName () |
Mark name, which is an optional field, as non-existent. | |
int | getNumPoly () |
Get numPoly. | |
void | setNumPoly (int numPoly) |
Set numPoly with the specified int value. | |
ArrayTime | getTimeOrigin () |
Get timeOrigin. | |
void | setTimeOrigin (ArrayTime timeOrigin) |
Set timeOrigin with the specified ArrayTime value. | |
Angle[][] | getPointingDirection () |
Get pointingDirection. | |
void | setPointingDirection (Angle[][] pointingDirection) |
Set pointingDirection with the specified Angle[][] value. | |
Angle[][] | getTarget () |
Get target. | |
void | setTarget (Angle[][] target) |
Set target with the specified Angle[][] value. | |
Angle[][] | getOffset () |
Get offset. | |
void | setOffset (Angle[][] offset) |
Set offset with the specified Angle[][] value. | |
boolean | isSourceOffsetExists () |
The attribute sourceOffset is optional. | |
Angle[][] | getSourceOffset () throws IllegalAccessException |
Get sourceOffset, which is optional. | |
void | setSourceOffset (Angle[][] sourceOffset) |
Set sourceOffset with the specified Angle[][] value. | |
void | clearSourceOffset () |
Mark sourceOffset, which is an optional field, as non-existent. | |
Angle[] | getEncoder () |
Get encoder. | |
void | setEncoder (Angle[] encoder) |
Set encoder with the specified Angle[] value. | |
boolean | getPointingTracking () |
Get pointingTracking. | |
void | setPointingTracking (boolean pointingTracking) |
Set pointingTracking with the specified boolean value. | |
boolean | isPhaseTrackingExists () |
The attribute phaseTracking is optional. | |
boolean | getPhaseTracking () throws IllegalAccessException |
Get phaseTracking, which is optional. | |
void | setPhaseTracking (boolean phaseTracking) |
Set phaseTracking with the specified boolean value. | |
void | clearPhaseTracking () |
Mark phaseTracking, which is an optional field, as non-existent. | |
boolean | isOverTheTopExists () |
The attribute overTheTop is optional. | |
boolean | getOverTheTop () throws IllegalAccessException |
Get overTheTop, which is optional. | |
void | setOverTheTop (boolean overTheTop) |
Set overTheTop with the specified boolean value. | |
void | clearOverTheTop () |
Mark overTheTop, which is an optional field, as non-existent. | |
Tag | getAntennaId () |
Get antennaId. | |
void | setAntennaId (Tag antennaId) throws IllegalAccessException |
Set antennaId with the specified Tag value. | |
int | getPointingModelId () |
Get pointingModelId. | |
void | setPointingModelId (int pointingModelId) |
Set pointingModelId with the specified int value. | |
AntennaRow | getAntennaUsingAntennaId () |
Returns the pointer to the row in the Antenna table having Antenna.antennaId == antennaId. | |
boolean | compareNoAutoInc (Tag antennaId, ArrayTimeInterval timeInterval, int pointingModelId, int numPoly, ArrayTime timeOrigin, Angle[][] pointingDirection, Angle[][] target, Angle[][] offset, Angle[] encoder, boolean pointingTracking) |
Compare each attribute except the autoincrementable one of this PointingRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (PointingRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (int pointingModelId, int numPoly, ArrayTime timeOrigin, Angle[][] pointingDirection, Angle[][] target, Angle[][] offset, Angle[] encoder, boolean pointingTracking) |
Static Public Member Functions | |
PointingRow | fromBin (DataInputStream dis, PointingTable table) throws IOException, TagFormatException |
Deserialize a stream of bytes read from a DataInputStream to build a PointingRow. | |
Package Functions | |
PointingRow (PointingTable table) | |
Create a PointingRow. | |
PointingRow (PointingTable table, PointingRow row) | |
Creates a PointingRow using a copy constructor mechanism. | |
void | isAdded () |
Object[] | getAttributesValues () |
Returns all the attributes of an attribute of an ASDM table as an array of Object. | |
Package Attributes | |
ArrayTimeInterval | timeInterval |
|
Create a PointingRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a PointingRow using a copy constructor mechanism. Given a PointingRow row and a PointingTable table, the method creates a new PointingRow owned by table. Each attribute of the created row is a copy (deep) of the corresponding attribute of row. The method does not add the created row to its table, its simply parents it to table, a call to the add method has to be done in order to get the row added (very likely after having modified some of its attributes). If row is null then the method returns a row with default values for its attributes. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Mark name, which is an optional field, as non-existent.
|
|
Mark overTheTop, which is an optional field, as non-existent.
|
|
Mark phaseTracking, which is an optional field, as non-existent.
|
|
Mark sourceOffset, which is an optional field, as non-existent.
|
|
Compare each attribute except the autoincrementable one of this PointingRow with the corresponding parameters and return true if there is a match and false otherwise.
|
|
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
|
|
Deserialize a stream of bytes read from a DataInputStream to build a PointingRow.
|
|
Get antennaId.
|
|
Returns the pointer to the row in the Antenna table having Antenna.antennaId == antennaId.
|
|
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.
|
|
Get encoder.
|
|
Get name, which is optional.
|
|
Get numPoly.
|
|
Get offset.
|
|
Get overTheTop, which is optional.
|
|
Get phaseTracking, which is optional.
|
|
Get pointingDirection.
|
|
Get pointingModelId.
|
|
Get pointingTracking.
|
|
Get sourceOffset, which is optional.
|
|
Return the table to which this row belongs.
|
|
Get target.
|
|
Get timeInterval.
|
|
Get timeOrigin.
|
|
The attribute name is optional. Return true if this attribute exists.
|
|
The attribute overTheTop is optional. Return true if this attribute exists.
|
|
The attribute phaseTracking is optional. Return true if this attribute exists.
|
|
The attribute sourceOffset is optional. Return true if this attribute exists.
|
|
Set antennaId with the specified Tag value.
|
|
Set encoder with the specified Angle[] value.
|
|
Fill the values of this row from the IDL struct PointingRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set name with the specified String value.
|
|
Set numPoly with the specified int value.
|
|
Set offset with the specified Angle[][] value.
|
|
Set overTheTop with the specified boolean value.
|
|
Set phaseTracking with the specified boolean value.
|
|
Set pointingDirection with the specified Angle[][] value.
|
|
Set pointingModelId with the specified int value.
|
|
Set pointingTracking with the specified boolean value.
|
|
Set sourceOffset with the specified Angle[][] value.
|
|
Set target with the specified Angle[][] value.
|
|
Set timeInterval with the specified ArrayTimeInterval value.
|
|
Set timeOrigin with the specified ArrayTime value.
|
|
Serialize this into a stream of bytes written to a DataOutputStream.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|