public class AncillaryData extends Object
Constructor and Description |
---|
AncillaryData(DataInputStream dis)
constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getBandMap()
return 32 bit band map
|
int |
getCalOffset()
return offset in bytes to calibration data
|
int |
getCalType() |
int |
getCreationDate()
return image creation date
|
int |
getCreationTime()
return image creation time
|
int |
getDataOffset()
return offset in bytes to image data
|
int |
getDataWidth()
return number of bytes per pixel
|
int |
getElemRes()
return element resolution
|
int |
getImageDate()
return image date
|
int |
getImageTime()
return image time
|
int |
getLineRes()
return line resolution
|
int |
getNavOffset()
return offset in bytes to navigation data
|
int |
getNumBands()
return number of bands/channels in image
|
int |
getNumElements()
return number of elements
|
int |
getNumLines()
return number of lines
|
int |
getPrefixSize()
return size in bytes of line prefix
|
int |
getProjectNum()
return project number associated with image
|
int |
getSensorId()
return sensor id
|
int |
getStartElem()
return starting image element
|
int |
getStartLine()
return starting image line
|
int |
getStatus()
return image status field
|
int |
getVersion()
return file format version number
|
boolean |
isSwapped()
return flag indicating certain fields were byte flipped
|
public AncillaryData(DataInputStream dis) throws IOException
dis
- data input streamIOException
public int getCalType()
public int getSensorId()
public int getNumElements()
public int getNumLines()
public int getStartLine()
public int getStartElem()
public int getLineRes()
public int getElemRes()
public int getImageDate()
public int getImageTime()
public int getCreationDate()
public int getCreationTime()
public int getStatus()
public int getVersion()
public int getDataWidth()
public int getNumBands()
public int getPrefixSize()
public int getProjectNum()
public int getBandMap()
public int getNavOffset()
public int getCalOffset()
public int getDataOffset()
public boolean isSwapped()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.