Package noaa.coastwatch.util.sensor
Class AVHRRSourceImp
java.lang.Object
noaa.coastwatch.util.sensor.GenericSourceImp
noaa.coastwatch.util.sensor.AVHRRSourceImp
- All Implemented Interfaces:
ResamplingSourceImp
The AVHRRSourceImp
helps resample AVHRR data.
- Since:
- 3.5.0
- Author:
- Peter Hollemans
-
Method Summary
Modifier and TypeMethodDescriptionstatic AVHRRSourceImp
getInstance
(EarthTransform sourceTrans) Creates a new AVHRR resampling helper using the specified transform.int
Gets the width and height of the window to search for the next nearest location during resampling.Methods inherited from class noaa.coastwatch.util.sensor.GenericSourceImp
getContext, isValidLocation, isValidNearestLocation
-
Method Details
-
getInstance
Creates a new AVHRR resampling helper using the specified transform.- Parameters:
sourceTrans
- the source transform to use for AVHRR swath location data.- Returns:
- the new resampling helper.
-
getWindowSize
public int getWindowSize()Description copied from interface:ResamplingSourceImp
Gets the width and height of the window to search for the next nearest location during resampling. This is the window inside which the second nearest location may be found.- Specified by:
getWindowSize
in interfaceResamplingSourceImp
- Overrides:
getWindowSize
in classGenericSourceImp
- Returns:
- the window size in pixels.
-