public class VIIRSBowtieFilter extends java.lang.Object implements LocationFilter
VIIRSBowtieFilter
class detects locations
in a level 2 swath file from the VIIRS sensor in which certain pixels
are deleted because of a bow-tie overlap effect of the successive scan
head sweeps. The filter returns true for those pixels that are actual
data, and false for deleted pixels.Modifier and Type | Method and Description |
---|---|
static VIIRSBowtieFilter |
getInstance()
Gets the singleton instance of this class.
|
boolean |
useLocation(DataLocation loc)
Determines if a data location should be used in the context of
some computation.
|
public static VIIRSBowtieFilter getInstance()
public boolean useLocation(DataLocation loc)
LocationFilter
useLocation
in interface LocationFilter
loc
- the location to determine for use.