|
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.HeaderBlock
public class HeaderBlock
Constructor Summary | |
---|---|
HeaderBlock(java.io.DataInput in)
|
|
HeaderBlock(GroundStation groundStation,
int platformCode,
int instrumentCode,
int directionCode,
int startSolarCode,
long startedAt,
Geo.Extents estExtents,
boolean isGeolocated,
boolean isDebowed,
int coarsestResolution,
int coarsestBlockRowCount,
int coarsestBlockColCount,
int nBands,
int[] bandIndices,
int[] bandResolutions,
int[] bandBlockRowCounts,
int[] bandBlockColCounts,
int geoResolution,
int geoBlockRowCount,
int geoBlockColCount)
|
|
HeaderBlock(HeaderBlock header,
boolean isGeolocated,
boolean isDebowed)
HeaderBlock. |
Method Summary | |
---|---|
int |
getBandCount()
getBandCount. |
int |
getBandIndex(int offset)
getBandIndex. |
int |
getBandResolution(int offset)
getBandResolution. |
int |
getBlockColCount(int offset)
getBlockColCount. |
long |
getBlockCount()
getBlockCount. |
int |
getBlockRowCount(int offset)
getBlockRowCount. |
int |
getCoarsestBlockColCount()
getCoarsestBlockColCount. |
int |
getCoarsestBlockRowCount()
getCoarsestBlockRowCount. |
int |
getCoarsestResolution()
getCoarsestResolution. |
int |
getDirectionCode()
getDirectionCode. |
Geo.Extents |
getEstExtents()
getEstExtents. |
int |
getGeoBlockColCount()
getGeoBlockColCount. |
int |
getGeoBlockRowCount()
getGeoBlockRowCount. |
int |
getGeoResolution()
getGeoResolution. |
GroundStation |
getGroundStation()
getGroundStation. |
int |
getInstrumentCode()
getInstrumentCode. |
long |
getOffsetOfLastBlock()
getOffsetOfLastBlock. |
int |
getPlatformCode()
getPlatformCode. |
long |
getStartedAt()
getStartedAt. |
int |
getStartSolarCode()
getStartSolarCode. |
void |
incrBlockCount()
incrBlockCount. |
void |
incrBlockCount(int count)
|
boolean |
isDebowed()
isDebowed. |
boolean |
isGeolocated()
isGeolocated. |
void |
read(java.io.DataInput in)
read. |
void |
setBandCount(int nBands)
setBandCount. |
void |
setBandIndex(int offset,
int bandIndex)
setBandIndex. |
void |
setBandResolution(int offset,
int bandResolution)
setBandResolution. |
void |
setBlockColCount(int offset,
int nBlockCols)
setBlockColCount. |
void |
setBlockCount(long blockCount)
setBlockCount. |
void |
setBlockRowCount(int offset,
int nBlockRows)
setBlockRowCount. |
void |
setCoarsestBlockColCount(int coarsestBlockColCount)
setCoarsestBlockColCount. |
void |
setCoarsestBlockRowCount(int coarsestBlockRowCount)
setCoarsestBlockRowCount. |
void |
setCoarsestResolution(int coarsestResolution)
setCoarsestResolution. |
void |
setGeoBlockColCount(int geoBlockColCount)
setGeoBlockColCount. |
void |
setGeoBlockRowCount(int geoBlockRowCount)
setGeoBlockRowCount. |
void |
setGeoResolution(int geoResolution)
setGeoResolution. |
void |
setOffsetOfLastBlock(long offsetOfLastBlock)
setOffsetOfLastBlock. |
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 HeaderBlock(HeaderBlock header, boolean isGeolocated, boolean isDebowed)
public HeaderBlock(GroundStation groundStation, int platformCode, int instrumentCode, int directionCode, int startSolarCode, long startedAt, Geo.Extents estExtents, boolean isGeolocated, boolean isDebowed, int coarsestResolution, int coarsestBlockRowCount, int coarsestBlockColCount, int nBands, int[] bandIndices, int[] bandResolutions, int[] bandBlockRowCounts, int[] bandBlockColCounts, int geoResolution, int geoBlockRowCount, int geoBlockColCount)
public HeaderBlock(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 GroundStation getGroundStation()
public int getPlatformCode()
public int getInstrumentCode()
public int getDirectionCode()
public int getStartSolarCode()
public long getStartedAt()
public Geo.Extents getEstExtents()
public boolean isGeolocated()
public boolean isDebowed()
public int getCoarsestResolution()
public int getCoarsestBlockRowCount()
public int getCoarsestBlockColCount()
public int getBandCount()
public int getBandIndex(int offset)
public int getBandResolution(int offset)
public int getBlockRowCount(int offset)
public int getBlockColCount(int offset)
public int getGeoResolution()
public int getGeoBlockRowCount()
public int getGeoBlockColCount()
public long getBlockCount()
public long getOffsetOfLastBlock()
public void setCoarsestResolution(int coarsestResolution)
public void setCoarsestBlockRowCount(int coarsestBlockRowCount)
public void setCoarsestBlockColCount(int coarsestBlockColCount)
public void setBandCount(int nBands)
public void setBandIndex(int offset, int bandIndex)
public void setBandResolution(int offset, int bandResolution)
public void setBlockRowCount(int offset, int nBlockRows)
public void setBlockColCount(int offset, int nBlockCols)
public void setGeoResolution(int geoResolution)
public void setGeoBlockRowCount(int geoBlockRowCount)
public void setGeoBlockColCount(int geoBlockColCount)
public void setBlockCount(long blockCount)
public void incrBlockCount()
public void incrBlockCount(int count)
public void setOffsetOfLastBlock(long offsetOfLastBlock)
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 |