public class MCtemporalCoordPositionsItem extends MCtemporalCoordinatesItem
This type of content item has the Referenced Sample Positions attribute (0040, A132) present.
MCtemporalCoordinatesItem.RangeTypes| Constructor and Description |
|---|
MCtemporalCoordPositionsItem()
Default constructor.
|
MCtemporalCoordPositionsItem(MCtemporalCoordinatesItem.RangeTypes rangeType,
java.util.List<java.lang.Long> referencedSamplePositions)
Creates a new instance of the TCOORD Content Item.
|
| Modifier and Type | Method and Description |
|---|---|
MCcontentItemType |
contentItemType()
Gets the value type of this content item.
|
java.util.List<java.lang.Long> |
getReferencedSamplePositions()
Gets the list of samples within a multiplex group specifying temporal points
of the referenced data.
|
void |
read(MCattributeSet source)
Reads the TCOORD content item from the source attribute set.
|
void |
setReferencedSamplePositions(java.util.List<java.lang.Long> referencedSamplePositions)
Sets the list of samples within a multiplex group specifying temporal points
of the referenced data.
|
void |
write(MCattributeSet destination)
Writes the TCOORD content item to the destination attribute set.
|
getRangeType, setRangeTypeaddChild, addChildAt, addReference, getChildAt, getChildren, getConceptName, getDataContext, getItemId, getObservationDateTime, getObservationUID, getParent, getPosition, getReferences, getRelationshipType, getRootItem, removeChild, removeChildAt, removeReference, removeReference, setConceptName, setDataContext, setObservationDataTime, setObservationUID, setRelationshipTypepublic MCtemporalCoordPositionsItem()
public MCtemporalCoordPositionsItem(MCtemporalCoordinatesItem.RangeTypes rangeType, java.util.List<java.lang.Long> referencedSamplePositions)
rangeType - Type of temporal extent of the region of interest.referencedSamplePositions - List of samples within a multiplex group specifying temporal points
of the referenced data.public java.util.List<java.lang.Long> getReferencedSamplePositions()
public void setReferencedSamplePositions(java.util.List<java.lang.Long> referencedSamplePositions)
referencedSamplePositions - List of samples within a multiplex group specifying temporal points
of the referenced data.public MCcontentItemType contentItemType()
contentItemType in class MCcontentItemMCcontentItemType.TCOORD_POSITIONpublic void read(MCattributeSet source)
read in interface MCdataSetSerializableread in class MCtemporalCoordinatesItemsource - Source attribute set.MCexception - If the source parameter is null.public void write(MCattributeSet destination)
write in interface MCdataSetSerializablewrite in class MCtemporalCoordinatesItemdestination - Destination attribute set.MCexception - If the destination parameter is null or
is NOT an MCitem object.