public class MCtemporalCoordDateTimeItem extends MCtemporalCoordinatesItem
This type of content item has the Referenced DateTime attribute (0040, A13A) present.
MCtemporalCoordinatesItem.RangeTypes| Constructor and Description |
|---|
MCtemporalCoordDateTimeItem()
Default constructor.
|
MCtemporalCoordDateTimeItem(MCtemporalCoordinatesItem.RangeTypes rangeType,
java.util.ArrayList<MCdateTime> referencedDateTime)
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<MCdateTime> |
getReferencedDateTime()
Gets temporal points for reference by absolute time.
|
void |
read(MCattributeSet source)
Reads the TCOORD content item from the source attribute set.
|
void |
setReferencedDateTime(java.util.List<MCdateTime> referencedDateTime)
Sets temporal points for reference by absolute time.
|
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 MCtemporalCoordDateTimeItem()
public MCtemporalCoordDateTimeItem(MCtemporalCoordinatesItem.RangeTypes rangeType, java.util.ArrayList<MCdateTime> referencedDateTime)
rangeType - Type of temporal extent of the region of interest.referencedDateTime - Temporal points for reference by absolute time.public java.util.List<MCdateTime> getReferencedDateTime()
public void setReferencedDateTime(java.util.List<MCdateTime> referencedDateTime)
referencedDateTime - Temporal points for reference by absolute time.public MCcontentItemType contentItemType()
contentItemType in class MCcontentItemMCcontentItemType.TCOORD_DATEpublic 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.