Package mil.nga.tiff

Class FileDirectoryEntry

    • Constructor Detail

      • FileDirectoryEntry

        public FileDirectoryEntry​(FieldTagType fieldTag,
                                  FieldType fieldType,
                                  long typeCount,
                                  Object values)
        Constructor
        Parameters:
        fieldTag - field tag type
        fieldType - field type
        typeCount - type count
        values - values
    • Method Detail

      • getFieldTag

        public FieldTagType getFieldTag()
        Get the field tag type
        Returns:
        field tag type
      • getFieldType

        public FieldType getFieldType()
        Get the field type
        Returns:
        field type
      • getTypeCount

        public long getTypeCount()
        Get the type count
        Returns:
        type count
      • getValues

        public Object getValues()
        Get the values
        Returns:
        values
      • sizeWithValues

        public long sizeWithValues()
        Size in bytes of the image file directory entry and its values (not contiguous bytes)
        Returns:
        size in bytes
      • sizeOfValues

        public long sizeOfValues()
        Size of the values not included in the directory entry bytes
        Returns:
        size in bytes
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object