Class SensorScanProjection

All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
EllipsoidPerspectiveProjection

public abstract class SensorScanProjection extends EarthTransform2D
The SensorScanProjection is used to provide Earth transform calculations for various types of satellite sensors that cannot be represented by one of the standard map projections.
Since:
3.1.9
Author:
Peter Hollemans
  • Field Details

    • DESCRIPTION

      public static final String DESCRIPTION
      Projection description string.
      See Also:
    • parameters

      protected double[] parameters
      The sensor scan parameters.
  • Constructor Details

    • SensorScanProjection

      public SensorScanProjection()
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • describe

      public String describe()
      Provides a description of this class.
      Specified by:
      describe in class EarthTransform
    • getSensorType

      public abstract String getSensorType()
      Gets a description of this sensor scan type.
    • getSensorCode

      public abstract int getSensorCode()
      Gets a code for this sensor scan type.
    • getParameters

      public double[] getParameters()
      Gets the parameters used to create this sensor scan projection.