Package noaa.coastwatch.util.sensor
Class MODISSourceImp
java.lang.Object
noaa.coastwatch.util.sensor.GenericSourceImp
noaa.coastwatch.util.sensor.MODISSourceImp
- All Implemented Interfaces:
ResamplingSourceImp
The MODISSourceImp
helps resample MODIS data.
- Since:
- 3.5.0
- Author:
- Peter Hollemans
-
Method Summary
Modifier and TypeMethodDescriptionstatic MODISSourceImp
getInstance
(EarthTransform sourceTrans) Creates a new MODIS 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 MODIS resampling helper using the specified transform.- Parameters:
sourceTrans
- the source transform to use for MODIS swath location data.
-
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.
-