|
Simulcast 4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.aisb.simulcast.util.GeoBlock
public class GeoBlock
Constructor Summary | |
---|---|
GeoBlock()
GeoBlock. |
|
GeoBlock(java.io.DataInput in)
|
|
GeoBlock(int nRows,
int nCols)
|
Method Summary | |
---|---|
int |
getColCount()
getColCount. |
double[][] |
getLats()
getLats. |
double[][] |
getLons()
getLons. |
int |
getRowCount()
getRowCount. |
void |
read(java.io.DataInput in)
read. |
int |
size()
size. |
static void |
skip(java.io.DataInput in)
skip. |
void |
write(java.io.DataOutput out)
write. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeoBlock()
public GeoBlock(int nRows, int nCols)
public GeoBlock(java.io.DataInput in) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public void read(java.io.DataInput in) throws java.lang.Exception
read
in interface Block
java.lang.Exception
public static void skip(java.io.DataInput in) throws java.lang.Exception
java.lang.Exception
public int getRowCount()
public int getColCount()
public double[][] getLats()
public double[][] getLons()
public int size()
public void write(java.io.DataOutput out) throws java.lang.Exception
write
in interface Block
java.lang.Exception
|
Simulcast 4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |