public class TIFFStreamMetadata extends IIOMetadata
IIOMetadata
subclass containing Metadata associated to the whole TIFF file.Modifier and Type | Class and Description |
---|---|
static class |
TIFFStreamMetadata.MetadataNode
Enum used for defining the various node of the Metadata Tree
|
Modifier and Type | Field and Description |
---|---|
static String |
BYTE_ORDER
Node name associated to the file ByteOrder
|
ByteOrder |
byteOrder |
TiffDatasetLayoutImpl |
dtLayout
DatasetLayout associated to the Metadata |
static String |
EXTERNAL_MASK_FILE
Node name associated to the External mask File
|
static String |
EXTERNAL_MASK_OVERVIEW_FILE
Node name associated to the External masks overview File
|
static String |
EXTERNAL_OVERVIEW_FILE
Node name associated to the External Overview File
|
static String |
NUM_EXTERNAL_MASK_OVERVIEWS
Node name associated to the number of external mask overview
|
static String |
NUM_EXTERNAL_MASKS
Node name associated to the number of external masks
|
static String |
NUM_EXTERNAL_OVERVIEWS
Node name associated to the number of external overviews
|
static String |
NUM_INTERNAL_MASKS
Node name associated to the number of masks
|
static String |
NUM_INTERNAL_OVERVIEWS
Node name associated to the number of internal overviews
|
controller, defaultController, extraMetadataFormatClassNames, extraMetadataFormatNames, standardFormatSupported
Constructor and Description |
---|
TIFFStreamMetadata() |
Modifier and Type | Method and Description |
---|---|
Node |
getAsTree(String formatName) |
boolean |
isReadOnly() |
void |
mergeTree(String formatName,
Node root) |
void |
reset() |
activateController, getController, getDefaultController, getExtraMetadataFormatNames, getMetadataFormat, getMetadataFormatNames, getNativeMetadataFormatName, getStandardChromaNode, getStandardCompressionNode, getStandardDataNode, getStandardDimensionNode, getStandardDocumentNode, getStandardTextNode, getStandardTileNode, getStandardTransparencyNode, getStandardTree, hasController, isStandardMetadataFormatSupported, setController, setFromTree
public static final String EXTERNAL_MASK_FILE
public static final String EXTERNAL_MASK_OVERVIEW_FILE
public static final String EXTERNAL_OVERVIEW_FILE
public static final String NUM_INTERNAL_OVERVIEWS
public static final String NUM_EXTERNAL_OVERVIEWS
public static final String NUM_EXTERNAL_MASK_OVERVIEWS
public static final String NUM_EXTERNAL_MASKS
public static final String NUM_INTERNAL_MASKS
public static final String BYTE_ORDER
public ByteOrder byteOrder
public TiffDatasetLayoutImpl dtLayout
DatasetLayout
associated to the Metadatapublic boolean isReadOnly()
isReadOnly
in class IIOMetadata
public Node getAsTree(String formatName)
getAsTree
in class IIOMetadata
public void mergeTree(String formatName, Node root) throws IIOInvalidTreeException
mergeTree
in class IIOMetadata
IIOInvalidTreeException
public void reset()
reset
in class IIOMetadata
Copyright © 2006–2016 GeoSolutions. All rights reserved.