Package org.rcsb.cif.schema.mm
Class EmMapDepositorInfo
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmMapDepositorInfo
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmMapDepositorInfo
extends DelegatingCategory
Data items in the EM_MAP_DEPOSITOR INFO category record map parameters
that are provided by the depositor
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description EmMapDepositorInfo(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAnnotationDetails()map annotation detailsFloatColumngetContourLevel()recommended contour level for viewing the mapStrColumngetEntryId()This data item is a pointer to the ENTRY category.StrColumngetExperimentId()This data item optionally associates a map with a data item in the EM_EXPERIMENT category.StrColumngetId()Unique identifier for each map listed.StrColumngetMapType()Primary map or additional map classification.FloatColumngetPixelSpacingX()The length in Angstroms of one voxel along the X axis.FloatColumngetPixelSpacingY()The length in Angstroms of one voxel along the Y axis.FloatColumngetPixelSpacingZ()The length in Angstroms of one voxel along the Z axis.StrColumngetUploadFileName()The name of a file containing the map.StrColumngetUploadFormat()map formatMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
This data item is a pointer to the ENTRY category.- Returns:
- StrColumn
-
getExperimentId
This data item optionally associates a map with a data item in the EM_EXPERIMENT category.- Returns:
- StrColumn
-
getId
Unique identifier for each map listed.- Returns:
- StrColumn
-
getMapType
Primary map or additional map classification.- Returns:
- StrColumn
-
getUploadFileName
The name of a file containing the map.- Returns:
- StrColumn
-
getUploadFormat
map format- Returns:
- StrColumn
-
getContourLevel
recommended contour level for viewing the map- Returns:
- FloatColumn
-
getAnnotationDetails
map annotation details- Returns:
- StrColumn
-
getPixelSpacingX
The length in Angstroms of one voxel along the X axis.- Returns:
- FloatColumn
-
getPixelSpacingY
The length in Angstroms of one voxel along the Y axis.- Returns:
- FloatColumn
-
getPixelSpacingZ
The length in Angstroms of one voxel along the Z axis.- Returns:
- FloatColumn
-