public abstract class TiffArrayTag<T> extends TiffTag
Represents an array-based TIFF tag.
T
: The type of array values.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Determines whether the specified
System.Object is equal to the current System.Object . |
String |
getFormattedValue()
Gets the formatted value.
|
T[] |
getTagValue()
Gets the tag value.
|
int |
hashCode()
Serves as the default hash function.
|
getDefinedTag, getName, getTagId, getTagType, setName, toString
public final T[] getTagValue()
Gets the tag value.
public boolean equals(Object obj)
Determines whether the specified System.Object
is equal to the current System.Object
.
public int hashCode()
Serves as the default hash function.
public String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
getFormattedValue
in class TiffTag
Copyright © 2018. All rights reserved.