public class IndexBlock
extends java.lang.Object
Constructor and Description |
---|
IndexBlock(float[] indexes,
int low,
int high)
Constructor takes three arguments
|
Modifier and Type | Method and Description |
---|---|
void |
getCellData(Indexable theData,
Indexable pds)
Get the data corresponding to the index block
|
Datum[] |
getDatums(Indexable theData)
Return Datums corresponding to the index block
|
void |
getDatums(Indexable theData,
Datum[] data)
Get Datums corresponding to the index block
|
int |
getHighIndex()
Get the high index
|
float[] |
getIndexes()
Get the index block
|
int |
getLowIndex()
Get the low index
|
void |
setHighIndex(int high)
Set low index
|
void |
setLowIndex(int low)
Set low index
|
public IndexBlock(float[] indexes, int low, int high)
public float[] getIndexes()
public int getLowIndex()
public int getHighIndex()
public void setLowIndex(int low)
public void setHighIndex(int high)
public void getCellData(Indexable theData, Indexable pds)
public Datum[] getDatums(Indexable theData)