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 AVHRRSourceImpgetInstance(EarthTransform sourceTrans) Creates a new AVHRR resampling helper using the specified transform.intGets 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:ResamplingSourceImpGets 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:
getWindowSizein interfaceResamplingSourceImp- Overrides:
getWindowSizein classGenericSourceImp- Returns:
- the window size in pixels.
-