Simulcast 4.2

gov.nasa.gsfc.aisb.simulcast.util
Class GeoBlock

java.lang.Object
  extended by gov.nasa.gsfc.aisb.simulcast.util.GeoBlock
All Implemented Interfaces:
Block

public class GeoBlock
extends java.lang.Object
implements Block


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

GeoBlock

public GeoBlock()
GeoBlock.


GeoBlock

public GeoBlock(int nRows,
                int nCols)

GeoBlock

public GeoBlock(java.io.DataInput in)
         throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

read

public void read(java.io.DataInput in)
          throws java.lang.Exception
read.

Specified by:
read in interface Block
Throws:
java.lang.Exception

skip

public static void skip(java.io.DataInput in)
                 throws java.lang.Exception
skip.

Throws:
java.lang.Exception

getRowCount

public int getRowCount()
getRowCount.


getColCount

public int getColCount()
getColCount.


getLats

public double[][] getLats()
getLats.


getLons

public double[][] getLons()
getLons.


size

public int size()
size.


write

public void write(java.io.DataOutput out)
           throws java.lang.Exception
write.

Specified by:
write in interface Block
Throws:
java.lang.Exception

Simulcast 4.2