public final class TiffDoubleTag extends TiffArrayTag<Double>
Represents a TIFF Double tag.
Constructor and Description |
---|
TiffDoubleTag(TiffTagID tagID,
double[] value)
Initializes a new instance of the
TiffDoubleTag class. |
getTagValue
getTagID, getTagType
getDescriptor, getInterpretedValue, getName, getTags, getValue
public TiffDoubleTag(TiffTagID tagID, double[] value)
Initializes a new instance of the TiffDoubleTag
class.
tagID
- The tag identifier.value
- The value.