Simulcast 4.2

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

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

public class ScanBlock
extends java.lang.Object
implements Block


Constructor Summary
ScanBlock(Geo.Extents extents)
          ScanBlock.
 
Method Summary
 Geo.Extents getExtents()
          getExtents.
 int getScanNumber()
          getScanNumber.
 long getScanTime()
          getScanTime.
 int getSolarCode()
          getSolarCode.
 double getSpacecraftLat()
          getSpacecraftLat.
 double getSpacecraftLon()
          getSpacecraftLon.
 boolean isNullScan()
          isNullScan.
 void read(java.io.DataInput in)
          read.
 void set(long scanTime, int solarCode, int scanNumber, double scLat, double scLon, boolean isNullScan)
          set.
 int size()
          size.
 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

ScanBlock

public ScanBlock(Geo.Extents extents)
ScanBlock.

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

getScanTime

public long getScanTime()
getScanTime.


getSolarCode

public int getSolarCode()
getSolarCode.


getScanNumber

public int getScanNumber()
getScanNumber.


getSpacecraftLat

public double getSpacecraftLat()
getSpacecraftLat.


getSpacecraftLon

public double getSpacecraftLon()
getSpacecraftLon.


getExtents

public Geo.Extents getExtents()
getExtents.


isNullScan

public boolean isNullScan()
isNullScan.


set

public void set(long scanTime,
                int solarCode,
                int scanNumber,
                double scLat,
                double scLon,
                boolean isNullScan)
set.


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