Package org.rcsb.cif.schema.mm
Class DiffrnOrientMatrix
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.DiffrnOrientMatrix
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DiffrnOrientMatrix
extends DelegatingCategory
Data items in the DIFFRN_ORIENT_MATRIX category record details
about the orientation matrix used in the measurement of the
diffraction data.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description DiffrnOrientMatrix(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDiffrnId()This data item is a pointer to _diffrn.id in the DIFFRN category.StrColumngetType()A description of the orientation matrix type and how it should be applied to define the orientation of the crystal precisely with respect to the diffractometer axes.FloatColumngetUB11()The elements of the 3x3 matrix that defines the dimensions of the reciprocal cell and its orientation with respect to the local diffractometer axes.FloatColumngetUB12()The elements of the 3x3 matrix that defines the dimensions of the reciprocal cell and its orientation with respect to the local diffractometer axes.FloatColumngetUB13()The elements of the 3x3 matrix that defines the dimensions of the reciprocal cell and its orientation with respect to the local diffractometer axes.FloatColumngetUB21()The elements of the 3x3 matrix that defines the dimensions of the reciprocal cell and its orientation with respect to the local diffractometer axes.FloatColumngetUB22()The elements of the 3x3 matrix that defines the dimensions of the reciprocal cell and its orientation with respect to the local diffractometer axes.FloatColumngetUB23()The elements of the 3x3 matrix that defines the dimensions of the reciprocal cell and its orientation with respect to the local diffractometer axes.FloatColumngetUB31()The elements of the 3x3 matrix that defines the dimensions of the reciprocal cell and its orientation with respect to the local diffractometer axes.FloatColumngetUB32()The elements of the 3x3 matrix that defines the dimensions of the reciprocal cell and its orientation with respect to the local diffractometer axes.FloatColumngetUB33()The elements of the 3x3 matrix that defines the dimensions of the reciprocal cell and its orientation with respect to the local diffractometer axes.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDiffrnId
This data item is a pointer to _diffrn.id in the DIFFRN category.- Returns:
- StrColumn
-
getType
A description of the orientation matrix type and how it should be applied to define the orientation of the crystal precisely with respect to the diffractometer axes.- Returns:
- StrColumn
-
getUB11
The elements of the 3x3 matrix that defines the dimensions of the reciprocal cell and its orientation with respect to the local diffractometer axes. See also _diffrn_orient_matrix.type.- Returns:
- FloatColumn
-
getUB12
The elements of the 3x3 matrix that defines the dimensions of the reciprocal cell and its orientation with respect to the local diffractometer axes. See also _diffrn_orient_matrix.type.- Returns:
- FloatColumn
-
getUB13
The elements of the 3x3 matrix that defines the dimensions of the reciprocal cell and its orientation with respect to the local diffractometer axes. See also _diffrn_orient_matrix.type.- Returns:
- FloatColumn
-
getUB21
The elements of the 3x3 matrix that defines the dimensions of the reciprocal cell and its orientation with respect to the local diffractometer axes. See also _diffrn_orient_matrix.type.- Returns:
- FloatColumn
-
getUB22
The elements of the 3x3 matrix that defines the dimensions of the reciprocal cell and its orientation with respect to the local diffractometer axes. See also _diffrn_orient_matrix.type.- Returns:
- FloatColumn
-
getUB23
The elements of the 3x3 matrix that defines the dimensions of the reciprocal cell and its orientation with respect to the local diffractometer axes. See also _diffrn_orient_matrix.type.- Returns:
- FloatColumn
-
getUB31
The elements of the 3x3 matrix that defines the dimensions of the reciprocal cell and its orientation with respect to the local diffractometer axes. See also _diffrn_orient_matrix.type.- Returns:
- FloatColumn
-
getUB32
The elements of the 3x3 matrix that defines the dimensions of the reciprocal cell and its orientation with respect to the local diffractometer axes. See also _diffrn_orient_matrix.type.- Returns:
- FloatColumn
-
getUB33
The elements of the 3x3 matrix that defines the dimensions of the reciprocal cell and its orientation with respect to the local diffractometer axes. See also _diffrn_orient_matrix.type.- Returns:
- FloatColumn
-