|
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.Viirs
public class Viirs
Field Summary | |
---|---|
static int |
APID
|
static int |
DAY_BAND_COUNT
|
static java.lang.String[] |
dayBandChoices
|
static int[] |
dayBandIndices
|
static int[] |
emissiveBandIndices
|
static int |
INFRARED_BAND_INDEX
|
static int |
NIGHT_BAND_COUNT
|
static java.lang.String[] |
nightBandChoices
|
static int[] |
nightBandIndices
|
static int[] |
reflectiveBandIndices
|
static java.lang.String[] |
resolutionChoices
|
static java.lang.String[] |
resolutionValues
|
static int |
TRUE_COLOR_BLUE_BAND_INDEX
|
static int |
TRUE_COLOR_GREEN_BAND_INDEX
|
static int |
TRUE_COLOR_RED_BAND_INDEX
|
Constructor Summary | |
---|---|
Viirs()
|
Method Summary | |
---|---|
static int |
getEmissiveBandIndex(int bandIndex)
getEmissiveBandIndex. |
static int |
getReflectiveBandIndex(int bandIndex)
getReflectiveBandIndex. |
static boolean |
isDayBand(int bandIndex)
isDayBand. |
static boolean |
isEmissiveBand(int bandIndex)
isEmissiveBand. |
static boolean |
isNightBand(int bandIndex)
isNightBand. |
static boolean |
isReflectiveBand(int bandIndex)
isReflectiveBand. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int APID
public static final int TRUE_COLOR_RED_BAND_INDEX
public static final int TRUE_COLOR_GREEN_BAND_INDEX
public static final int TRUE_COLOR_BLUE_BAND_INDEX
public static final int INFRARED_BAND_INDEX
public static java.lang.String[] dayBandChoices
public static final int[] dayBandIndices
public static java.lang.String[] nightBandChoices
public static final int[] nightBandIndices
public static final int[] reflectiveBandIndices
public static final int[] emissiveBandIndices
public static final java.lang.String[] resolutionChoices
public static final java.lang.String[] resolutionValues
public static final int DAY_BAND_COUNT
public static final int NIGHT_BAND_COUNT
Constructor Detail |
---|
public Viirs()
Method Detail |
---|
public static boolean isDayBand(int bandIndex)
public static boolean isNightBand(int bandIndex)
public static boolean isReflectiveBand(int bandIndex)
public static boolean isEmissiveBand(int bandIndex)
public static int getReflectiveBandIndex(int bandIndex)
public static int getEmissiveBandIndex(int bandIndex)
|
Simulcast 4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |