Class SensorSourceImpFactory

java.lang.Object
noaa.coastwatch.util.sensor.SensorSourceImpFactory

public class SensorSourceImpFactory extends Object
The SensorSourceImpFactory creates concrete ResamplingSourceImp objects for resampling sensor data that are customized for each sensor. The sensor type is automatically detected from the earth transform data.
Since:
3.5.0
Author:
Peter Hollemans
  • Constructor Details

    • SensorSourceImpFactory

      public SensorSourceImpFactory()
  • Method Details

    • create

      public static ResamplingSourceImp create(EarthTransform sourceTrans, SensorIdentifier.Sensor sensorHint)
      Creates a new concrete resampling object for the specified transform.
      Parameters:
      sourceTrans - the source transform to use for location data.
      sensorHint - the hint to use for the sensor type, or null for automatic detection.
      Returns:
      the new resampling helper specific to the sensor scan pattern.