Package org.rcsb.cif.model.generated
Class IhmGeometricObjectCenter
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description IhmGeometricObjectCenter(String name)IhmGeometricObjectCenter(String name, int rowCount, Object[] encodedColumns)IhmGeometricObjectCenter(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntColumngetId()A unique identifier for the center.FloatColumngetXcoord()The x-coordinate of the center.FloatColumngetYcoord()The y-coordinate of the center.FloatColumngetZcoord()The z-coordinate of the center.-
Methods inherited from class org.rcsb.cif.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
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
-
-