Class ContentItemFactory.TemporalCoordinatesContentItem

    • Field Detail

      • temporalRangeType

        protected java.lang.String temporalRangeType
      • referencedSamplePositions

        protected int[] referencedSamplePositions
      • referencedTimeOffsets

        protected float[] referencedTimeOffsets
      • referencedDateTimes

        protected java.lang.String[] referencedDateTimes
    • Constructor Detail

      • TemporalCoordinatesContentItem

        public TemporalCoordinatesContentItem​(ContentItem parent,
                                              AttributeList list)
        Parameters:
        parent - parent content item to add to
        list - the list of attributes for this content item
    • Method Detail

      • getConceptValue

        public java.lang.String getConceptValue()
        Description copied from class: ContentItemWithValue

        Get a string representation of the value of the concept.

        The exact form of the returned string is specific to the type of ContentItem.

        Specified by:
        getConceptValue in class ContentItemWithValue
        Returns:
        a String representation of the name and value, or an empty string
      • toString

        public java.lang.String toString()
        Description copied from class: ContentItemWithValue

        Get a human-readable string representation of the content item.

        Overrides:
        toString in class ContentItemWithValue
        Returns:
        the string representation of the content item
      • getTemporalRangeType

        public java.lang.String getTemporalRangeType()
        Returns:
        the temporal range type
      • getReferencedSamplePositions

        public int[] getReferencedSamplePositions()
        Returns:
        the referenced sample positions, or null if none
      • getReferencedTimeOffsets

        public float[] getReferencedTimeOffsets()
        Returns:
        the referenced time offsets, or null if none
      • getReferencedDateTimes

        public java.lang.String[] getReferencedDateTimes()
        Returns:
        the referenced datetimes, or null if none