Class ChemCompPlaneAtom

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class ChemCompPlaneAtom
    extends BaseCategory
    Data items in the CHEM_COMP_PLANE_ATOM category enumerate the atoms in a plane within a chemical component.
    • Constructor Detail

      • ChemCompPlaneAtom

        public ChemCompPlaneAtom​(String name,
                                 int rowCount,
                                 Object[] encodedColumns)
      • ChemCompPlaneAtom

        public ChemCompPlaneAtom​(String name)
    • Method Detail

      • getAtomId

        public StrColumn getAtomId()
        The ID of an atom involved in the plane. This data item is a pointer to _chem_comp_atom.atom_id in the CHEM_COMP_ATOM category.
        Returns:
        StrColumn
      • getCompId

        public StrColumn getCompId()
        This data item is a pointer to _chem_comp.id in the CHEM_COMP category.
        Returns:
        StrColumn
      • getPlaneId

        public StrColumn getPlaneId()
        This data item is a pointer to _chem_comp_plane.id in the CHEM_COMP_PLANE category.
        Returns:
        StrColumn
      • getDistEsd

        public FloatColumn getDistEsd()
        This data item is the standard deviation of the out-of-plane distance for this atom.
        Returns:
        FloatColumn