public class DafState extends Object
| Constructor and Description |
|---|
DafState()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getHandle()
Getter for the state handle.
|
int |
getIndexCurrSummary()
Getter for the index of the current summary within the summary record.
|
String |
getLastNameRecord()
Getter for the name of the last name record read.
|
double[] |
getLastSummaryRecord()
Getter for the contents of the last summary record.
|
int |
getnSummariesCurrSummaryRecord()
Getter for the number of summaries in the current summary record.
|
int |
getRecnoCurrSummary()
Getter for the record containing the current summary record.
|
int |
getRecnoNextSummary()
Getter for the record containing the next summary record.
|
int |
getRecnoPrevSummary()
Getter for the record containing the previous summary record.
|
int |
hashCode() |
boolean |
isBuffered()
Getter for whether name record containing name of current array is buffered.
|
void |
setBuffered(boolean isBuf)
Set whether name record containing name of current array is buffered.
|
void |
setHandle(int handle)
Setter for the state handle.
|
void |
setIndexCurrSummary(int indexCurrSummary)
Setter for the index of the current summary within the summary record.
|
void |
setLastNameRecord(String lastNameRecord)
Setter for the name of the last name record read.
|
void |
setLastSummaryRecord(double[] lastSummaryRecord)
Store the content of the last summary record into the state.
|
void |
setRecnoCurrSummary(int recnoCurrSummary)
Set the current summary record of the DAF.
|
public int getHandle()
public void setHandle(int handle)
handle - handle of the DAFpublic int getRecnoPrevSummary()
public int getRecnoCurrSummary()
public void setRecnoCurrSummary(int recnoCurrSummary)
recnoCurrSummary - current summary recordpublic int getRecnoNextSummary()
public int getnSummariesCurrSummaryRecord()
public int getIndexCurrSummary()
public void setIndexCurrSummary(int indexCurrSummary)
indexCurrSummary - index of the current summary in the summary recordpublic String getLastNameRecord()
public void setLastNameRecord(String lastNameRecord)
lastNameRecord - last name record readpublic boolean isBuffered()
public void setBuffered(boolean isBuf)
isBuf - if name record containing name of current array is bufferedpublic double[] getLastSummaryRecord()
public void setLastSummaryRecord(double[] lastSummaryRecord)
lastSummaryRecord - double array containing the last summary record contentCopyright © 2024 CNES. All rights reserved.