Package org.rcsb.cif.schema.mm
Class DiffrnOrientRefln
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.DiffrnOrientRefln
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DiffrnOrientRefln
extends DelegatingCategory
Data items in the DIFFRN_ORIENT_REFLN category record details
about the reflections that define the orientation matrix used in
the measurement of the diffraction intensities.
-
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 DiffrnOrientRefln(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetAngleChi()Diffractometer angle chi of a reflection used to define the orientation matrix in degrees.FloatColumngetAngleKappa()Diffractometer angle kappa of a reflection used to define the orientation matrix in degrees.FloatColumngetAngleOmega()Diffractometer angle omega of a reflection used to define the orientation matrix in degrees.FloatColumngetAnglePhi()Diffractometer angle phi of a reflection used to define the orientation matrix in degrees.FloatColumngetAnglePsi()Diffractometer angle psi of a reflection used to define the orientation matrix in degrees.FloatColumngetAngleTheta()Diffractometer angle theta of a reflection used to define the orientation matrix in degrees.StrColumngetDiffrnId()This data item is a pointer to _diffrn.id in the DIFFRN category.IntColumngetIndexH()Miller index h of a reflection used to define the orientation matrix.IntColumngetIndexK()Miller index k of a reflection used to define the orientation matrix.IntColumngetIndexL()Miller index l of a reflection used to define the orientation matrix.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAngleChi
Diffractometer angle chi of a reflection used to define the orientation matrix in degrees. See _diffrn_orient_matrix.UB[][] and the Miller indices in the DIFFRN_ORIENT_REFLN category.- Returns:
- FloatColumn
-
getAngleKappa
Diffractometer angle kappa of a reflection used to define the orientation matrix in degrees. See _diffrn_orient_matrix.UB[][] and the Miller indices in the DIFFRN_ORIENT_REFLN category.- Returns:
- FloatColumn
-
getAngleOmega
Diffractometer angle omega of a reflection used to define the orientation matrix in degrees. See _diffrn_orient_matrix.UB[][] and the Miller indices in the DIFFRN_ORIENT_REFLN category.- Returns:
- FloatColumn
-
getAnglePhi
Diffractometer angle phi of a reflection used to define the orientation matrix in degrees. See _diffrn_orient_matrix.UB[][] and the Miller indices in the DIFFRN_ORIENT_REFLN category.- Returns:
- FloatColumn
-
getAnglePsi
Diffractometer angle psi of a reflection used to define the orientation matrix in degrees. See _diffrn_orient_matrix.UB[][] and the Miller indices in the DIFFRN_ORIENT_REFLN category.- Returns:
- FloatColumn
-
getAngleTheta
Diffractometer angle theta of a reflection used to define the orientation matrix in degrees. See _diffrn_orient_matrix.UB[][] and the Miller indices in the DIFFRN_ORIENT_REFLN category.- Returns:
- FloatColumn
-
getDiffrnId
This data item is a pointer to _diffrn.id in the DIFFRN category.- Returns:
- StrColumn
-
getIndexH
Miller index h of a reflection used to define the orientation matrix.- Returns:
- IntColumn
-
getIndexK
Miller index k of a reflection used to define the orientation matrix.- Returns:
- IntColumn
-
getIndexL
Miller index l of a reflection used to define the orientation matrix.- Returns:
- IntColumn
-