Documentation of 'visad.RemoteFlatFieldImpl' Java class
RemoteFlatFieldImpl
visad

Class RemoteFlatFieldImpl

    • Constructor Detail

      • RemoteFlatFieldImpl

        public RemoteFlatFieldImpl(FlatField flatField)
                            throws java.rmi.RemoteException,
                                   VisADException
        construct a RemoteFieldImpl object to provide remote access to field
        Throws:
        java.rmi.RemoteException
        VisADException
    • Method Detail

      • getRangeSets

        public Set[] getRangeSets()
                           throws java.rmi.RemoteException,
                                  VisADException
        Returns the sampling set of each flat component.
        Specified by:
        getRangeSets in interface FlatFieldIface
        Returns:
        The sampling set of each component in the flat range.
        Throws:
        java.rmi.RemoteException
        VisADException
      • getRangeErrors

        public ErrorEstimate[] getRangeErrors()
                                       throws java.rmi.RemoteException,
                                              VisADException
        return array of ErrorEstimates associated with each RealType component of range; each ErrorEstimate is a mean error for all samples of a range RealType component
        Specified by:
        getRangeErrors in interface FlatFieldIface
        Throws:
        java.rmi.RemoteException
        VisADException
      • setSamples

        public void setSamples(double[][] range,
                               boolean copy)
                        throws java.rmi.RemoteException,
                               VisADException
        set range array as range values of this FlatField; the array is dimensioned double[number_of_range_components][number_of_range_samples]; the order of range values must be the same as the order of domain indices in the DomainSet; copy array if copy flag is true
        Specified by:
        setSamples in interface FlatFieldIface
        Throws:
        java.rmi.RemoteException
        VisADException
      • setSamples

        public void setSamples(float[][] range,
                               boolean copy)
                        throws java.rmi.RemoteException,
                               VisADException
        set range array as range values of this FlatField; the array is dimensioned float[number_of_range_components][number_of_range_samples]; the order of range values must be the same as the order of domain indices in the DomainSet; copy array if copy flag is true
        Specified by:
        setSamples in interface FlatFieldIface
        Throws:
        java.rmi.RemoteException
        VisADException
      • setSamples

        public void setSamples(double[][] range,
                               ErrorEstimate[] errors,
                               boolean copy)
                        throws java.rmi.RemoteException,
                               VisADException
        set the range values of the function including ErrorEstimate-s; the order of range values must be the same as the order of domain indices in the DomainSet
        Specified by:
        setSamples in interface FlatFieldIface
        Throws:
        java.rmi.RemoteException
        VisADException
      • setSamples

        public void setSamples(float[][] range,
                               ErrorEstimate[] errors,
                               boolean copy)
                        throws java.rmi.RemoteException,
                               VisADException
        set the range values of the function including ErrorEstimate-s; the order of range values must be the same as the order of domain indices in the DomainSet
        Specified by:
        setSamples in interface FlatFieldIface
        Throws:
        java.rmi.RemoteException
        VisADException
      • getValues

        public double[] getValues(int s_index)
                           throws java.rmi.RemoteException,
                                  VisADException
        get values for 'Flat' components in default range Unit-s
        Specified by:
        getValues in interface FlatFieldIface
        Throws:
        java.rmi.RemoteException
        VisADException
      • getRangeDimension

        public int getRangeDimension()
                              throws java.rmi.RemoteException,
                                     VisADException
        Gets the number of components in the "flat" range.
        Specified by:
        getRangeDimension in interface FlatFieldIface
        Returns:
        The number of components in the "flat" range.
        Throws:
        java.rmi.RemoteException
        VisADException

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.