Class IhmGeometricObjectCenter

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class IhmGeometricObjectCenter
    extends BaseCategory
    Data items in the IHM_GEOMETRIC_OBJECT_CENTER category records the center of geometric objects used as restraints in the integrative modeling study.
    • Constructor Detail

      • IhmGeometricObjectCenter

        public IhmGeometricObjectCenter​(String name,
                                        Map<String,​Column> columns)
      • IhmGeometricObjectCenter

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

        public IhmGeometricObjectCenter​(String name)
    • Method Detail

      • getId

        public IntColumn getId()
        A unique identifier for the center.
        Returns:
        IntColumn
      • getXcoord

        public FloatColumn getXcoord()
        The x-coordinate of the center.
        Returns:
        FloatColumn
      • getYcoord

        public FloatColumn getYcoord()
        The y-coordinate of the center.
        Returns:
        FloatColumn
      • getZcoord

        public FloatColumn getZcoord()
        The z-coordinate of the center.
        Returns:
        FloatColumn