Package org.rcsb.cif.schema.core
Class SpaceGroupWyckoff
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.SpaceGroupWyckoff
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class SpaceGroupWyckoff
extends DelegatingCategory.DelegatingCifCoreCategory
Contains information about Wyckoff positions of a space group.
Only one site can be given for each special position but the
remainder can be generated by applying the symmetry operations
stored in _space_group_symop.operation_xyz.
-
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 SpaceGroupWyckoff(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetCoordsXyz()Coordinates of one site of a Wyckoff position expressed in terms of its fractional coordinates (x,y,z) in the unit cell.StrColumngetId()An arbitrary code that is unique to a particular Wyckoff position.StrColumngetLetter()The Wyckoff letter associated with this position, as given in International Tables for Crystallography Volume A.IntColumngetMultiplicity()The multiplicity of this Wyckoff position as given in International Tables Volume A.StrColumngetSiteSymmetry()The subgroup of the space group that leaves the point fixed.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getCoordsXyz
Coordinates of one site of a Wyckoff position expressed in terms of its fractional coordinates (x,y,z) in the unit cell. To generate the coordinates of all sites of this Wyckoff position, it is necessary to multiply these coordinates by the symmetry operations stored in _space_group_symop.operation_xyz.- Returns:
- StrColumn
-
getId
An arbitrary code that is unique to a particular Wyckoff position.- Returns:
- StrColumn
-
getLetter
The Wyckoff letter associated with this position, as given in International Tables for Crystallography Volume A. The enumeration value '\a' corresponds to the Greek letter 'alpha' used in International Tables. Ref: International Tables for Crystallography (2002). Volume A, Space-group symmetry, edited by Th. Hahn, 5th ed. Dordrecht: Kluwer Academic Publishers.- Returns:
- StrColumn
-
getMultiplicity
The multiplicity of this Wyckoff position as given in International Tables Volume A. It is the number of equivalent sites per conventional unit cell. Ref: International Tables for Crystallography (2002). Volume A, Space-group symmetry, edited by Th. Hahn, 5th ed. Dordrecht: Kluwer Academic Publishers.- Returns:
- IntColumn
-
getSiteSymmetry
The subgroup of the space group that leaves the point fixed. It is isomorphic to a subgroup of the point group of the space group. The site-symmetry symbol indicates the symmetry in the symmetry direction determined by the Hermann-Mauguin symbol of the space group (see International Tables for Crystallography Volume A, Section 2.2.12). Ref: International Tables for Crystallography (2002). Volume A, Space-group symmetry, edited by Th. Hahn, 5th ed. Dordrecht: Kluwer Academic Publishers.- Returns:
- StrColumn
-