All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generated.docs.javadoc.org.eclipse.dawnsci.nexus.NXtranslation.html Maven / Gradle / Ivy






NXtranslation (h5jan API)












org.eclipse.dawnsci.nexus

Interface NXtranslation

    • Method Detail

      • getGeometry

        NXgeometry getGeometry()
        Link to other object if we are relative, else absent
        Returns:
        the value.
      • setGeometry

        void setGeometry(NXgeometry geometry)
        Link to other object if we are relative, else absent
        Parameters:
        geometry - the geometry
      • getDistances

        IDataset getDistances()
        (x,y,z) This field describes the lateral movement of a component. The pair of groups NXtranslation and NXorientation together describe the position of a component. For absolute position, the origin is the scattering center (where a perfectly aligned sample would be) with the z-axis pointing downstream and the y-axis pointing gravitationally up. For a relative position the NXtranslation is taken into account before the NXorientation. The axes are right-handed and orthonormal.

        Type: NX_FLOAT Units: NX_LENGTH Dimensions: 1: numobj; 2: 3;

        Returns:
        the value.
      • setDistances

        DataNode setDistances(IDataset distances)
        (x,y,z) This field describes the lateral movement of a component. The pair of groups NXtranslation and NXorientation together describe the position of a component. For absolute position, the origin is the scattering center (where a perfectly aligned sample would be) with the z-axis pointing downstream and the y-axis pointing gravitationally up. For a relative position the NXtranslation is taken into account before the NXorientation. The axes are right-handed and orthonormal.

        Type: NX_FLOAT Units: NX_LENGTH Dimensions: 1: numobj; 2: 3;

        Parameters:
        distances - the distances
      • getDistancesScalar

        java.lang.Double getDistancesScalar()
        (x,y,z) This field describes the lateral movement of a component. The pair of groups NXtranslation and NXorientation together describe the position of a component. For absolute position, the origin is the scattering center (where a perfectly aligned sample would be) with the z-axis pointing downstream and the y-axis pointing gravitationally up. For a relative position the NXtranslation is taken into account before the NXorientation. The axes are right-handed and orthonormal.

        Type: NX_FLOAT Units: NX_LENGTH Dimensions: 1: numobj; 2: 3;

        Returns:
        the value.
      • setDistancesScalar

        DataNode setDistancesScalar(java.lang.Double distances)
        (x,y,z) This field describes the lateral movement of a component. The pair of groups NXtranslation and NXorientation together describe the position of a component. For absolute position, the origin is the scattering center (where a perfectly aligned sample would be) with the z-axis pointing downstream and the y-axis pointing gravitationally up. For a relative position the NXtranslation is taken into account before the NXorientation. The axes are right-handed and orthonormal.

        Type: NX_FLOAT Units: NX_LENGTH Dimensions: 1: numobj; 2: 3;

        Parameters:
        distances - the distances




© 2015 - 2024 Weber Informatics LLC | Privacy Policy