Documentation of 'visad.meteorology.SatelliteImage' Java class
SatelliteImage
visad.meteorology

Class SatelliteImage

    • Constructor Detail

      • SatelliteImage

        public SatelliteImage(FunctionType function,
                              Set domain,
                              DateTime startTime,
                              java.lang.String desc,
                              java.lang.String sensor)
                       throws VisADException
        Construct a SatelliteImage without any data.
        Parameters:
        function - FunctionType for this image. It must have a Range that has only one (Real) component.
        domain - DomainSet for this image.
        startTime - starting time of the image.
        desc - description
        sensor - sensor description
        Throws:
        VisADException - couldn't create the SatelliteImage
      • SatelliteImage

        public SatelliteImage(FlatField image,
                              DateTime startTime,
                              java.lang.String desc,
                              java.lang.String sensor)
                       throws VisADException
        Construct a Satellite Image from a FlatField.
        Parameters:
        image - FlatField representing an image. It must have a Range that only has one (Real) component.
        startTime - starting time of the image.
        desc - description
        sensor - sensor name
        Throws:
        VisADException - couldn't create the NavigatedImage
    • Method Detail

      • getSensorName

        public java.lang.String getSensorName()
        Get a description of the sensor.
        Specified by:
        getSensorName in interface SatelliteData
        Returns:
        sensor description
      • unary

        public Data unary(int op,
                          MathType new_type,
                          int sampling_mode,
                          int error_mode)
                   throws VisADException
        return new SatelliteImage with value 'op this'
        Specified by:
        unary in interface Data
        Overrides:
        unary in class SingleBandedImageImpl
        Parameters:
        op - operation to perform (e.g., NOP, ABS, COS)
        new_type - MathType of new object
        sampling_mode - sampling mode to use (e.g., NEAREST_NEIGHBOR, WEIGHTED_AVERAGE)
        error_mode - error estimate mode (e.g., NO_ERROR, DEPENDENT, independent)
        Returns:
        new FlatField corresponding to the requested operation
        Throws:
        VisADException - couldn't create new VisAD object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.