Package org.rcsb.cif.schema.core
Class SymmetryEquiv
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.SymmetryEquiv
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class SymmetryEquiv
extends DelegatingCategory.DelegatingCifCoreCategory
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
Fields inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
parentBlock -
Constructor Summary
Constructors Constructor Description SymmetryEquiv(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetPosAsXyz()A parsable string giving one of the symmetry operations of the space group in algebraic form.IntColumngetPosSiteId()Index identifying each entry in the _space_group_symop.operation_xyz list.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getPosSiteId
Index identifying each entry in the _space_group_symop.operation_xyz list. It is normally the sequence number of the entry in that list, and should be identified with the code 'n' in the geometry symmetry codes of the form 'n_pqr'. The identity operation (i.e. _space_group_symop.operation_xyz set to 'x,y,z') should be set to 1.- Returns:
- IntColumn
-
getPosAsXyz
A parsable string giving one of the symmetry operations of the space group in algebraic form. If W is a matrix representation of the rotational part of the symmetry operation defined by the positions and signs of x, y and z, and w is a column of translations defined by fractions, an equivalent position X' is generated from a given position X by the equation X' = WX + w (Note: X is used to represent bold_italics_x in International Tables for Crystallography Vol. A, Part 5) When a list of symmetry operations is given, it must contain a complete set of coordinate representatives which generates all the operations of the space group by the addition of all primitive translations of the space group. Such representatives are to be found as the coordinates of the general-equivalent position in International Tables for Crystallography Vol. A (2002), to which it is necessary to add any centring translations shown above the general-equivalent position. That is to say, it is necessary to list explicitly all the symmetry operations required to generate all the atoms in the unit cell defined by the setting used.- Returns:
- StrColumn
-