|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TIFFTag | |
|---|---|
| it.geosolutions.imageio.plugins.tiff | Package containing the public classes used by the TIFF plug-in for the Image I/O Framework. |
| it.geosolutions.imageioimpl.plugins.tiff | |
| Uses of TIFFTag in it.geosolutions.imageio.plugins.tiff |
|---|
| Methods in it.geosolutions.imageio.plugins.tiff that return TIFFTag | |
|---|---|
TIFFTag |
TIFFDirectory.getParentTag()
Returns the parent TIFFTag of this directory if one
has been defined or null otherwise. |
TIFFTag |
TIFFField.getTag()
Retrieves the tag associated with this field. |
TIFFTag |
TIFFTagSet.getTag(int tagNumber)
Returns the TIFFTag from this set that is
associated with the given tag number, or null if
no tag exists for that number. |
TIFFTag |
TIFFDirectory.getTag(int tagNumber)
Returns the TIFFTag which has tag number equal to
tagNumber or null if no such tag
exists in the TIFFTagSets associated with this
directory. |
TIFFTag |
TIFFTagSet.getTag(String tagName)
Returns the TIFFTag having the given tag name, or
null if the named tag does not belong to this tag set. |
| Constructors in it.geosolutions.imageio.plugins.tiff with parameters of type TIFFTag | |
|---|---|
TIFFDirectory(TIFFTagSet[] tagSets,
TIFFTag parentTag)
Constructs a TIFFDirectory which is aware of a given
group of TIFFTagSets. |
|
TIFFField(TIFFTag tag,
int value)
Constructs a TIFFField with a single integral value. |
|
TIFFField(TIFFTag tag,
int type,
int count)
Constructs a data array using and invokes
TIFFField.TIFFField(TIFFTag,int,int,Object) with the supplied
parameters and the created array. |
|
TIFFField(TIFFTag tag,
int type,
int count,
Object data)
Constructs a TIFFField with arbitrary data. |
|
| Uses of TIFFTag in it.geosolutions.imageioimpl.plugins.tiff |
|---|
| Methods in it.geosolutions.imageioimpl.plugins.tiff that return TIFFTag | |
|---|---|
static TIFFTag |
TIFFIFD.getTag(int tagNumber,
List tagSets)
|
static TIFFTag |
TIFFIFD.getTag(String tagName,
List tagSets)
|
| Constructors in it.geosolutions.imageioimpl.plugins.tiff with parameters of type TIFFTag | |
|---|---|
TIFFIFD(List tagSets,
TIFFTag parentTag)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||