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

Class NavigatedImage

    • Constructor Detail

      • NavigatedImage

        public NavigatedImage(FunctionType function,
                              Set domain,
                              DateTime startTime,
                              java.lang.String desc)
                       throws VisADException
        Construct a NavigatedImage without any data.
        Parameters:
        function - FunctionType for this image. It must have a domain with a NavigatedCoordinateSystem and a Range that has only one (Real) component.
        domain - DomainSet for this image. The domain must have mappings to Latitude/Longitude and or have a NavigatedCoordinateSystem associated with it.
        startTime - starting time of the image.
        desc - description
        Throws:
        VisADException - couldn't create the NavigatedImage
      • NavigatedImage

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

        public NavigatedImage(FlatField image,
                              DateTime startTime,
                              java.lang.String desc,
                              boolean copyData)
                       throws VisADException
        Construct a NavigatedImage from a FlatField.
        Parameters:
        image - FlatField representing an image. It must have a domain with a NavigatedCoordinateSystem and a Range that only has one (Real) component.
        startTime - starting time of the image.
        desc - description
        copyData - make a copy of the samples
        Throws:
        VisADException - couldn't create the NavigatedImage
    • Method Detail

      • unary

        public Data unary(int op,
                          MathType new_type,
                          int sampling_mode,
                          int error_mode)
                   throws VisADException
        return new NavigatedImage 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.