|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectIIOMetadata
CoreCommonImageMetadata
BaseImageMetadata
public abstract class BaseImageMetadata
A basic abstract class containing common metadata such as basic raster properties TODO @TODO: Add UOM management (Maybe, it is more appropriate to do on the upper class).
| Field Summary | |
|---|---|
static String |
ATTRIBUTES_NODE
|
protected BaseImageReader |
imageReader
|
| Fields inherited from class CoreCommonImageMetadata |
|---|
nativeMetadataFormatClassName, nativeMetadataFormatName |
| Fields inherited from class IIOMetadata |
|---|
controller, defaultController, extraMetadataFormatClassNames, extraMetadataFormatNames, standardFormatSupported |
| Constructor Summary | |
|---|---|
protected |
BaseImageMetadata(BaseImageReader reader,
int imageIndex)
BaseImageMetadata constructor. |
| Method Summary | |
|---|---|
protected Node |
createCommonNativeTree()
Returns the XML DOM Node object that represents the root
of a tree of metadata contained within this object on its native format. |
protected int |
getImageIndex()
|
BaseImageReader |
getImageReader()
|
protected void |
setMembers(BaseImageReader imageReader)
|
| Methods inherited from class IIOMetadata |
|---|
activateController, getController, getDefaultController, getExtraMetadataFormatNames, getMetadataFormat, getMetadataFormatNames, getNativeMetadataFormatName, getStandardChromaNode, getStandardCompressionNode, getStandardDataNode, getStandardDimensionNode, getStandardDocumentNode, getStandardTextNode, getStandardTileNode, getStandardTransparencyNode, getStandardTree, hasController, isStandardMetadataFormatSupported, setController, setFromTree |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ATTRIBUTES_NODE
protected final BaseImageReader imageReader
| Constructor Detail |
|---|
protected BaseImageMetadata(BaseImageReader reader,
int imageIndex)
BaseImageMetadata constructor.
reader - the reader used to obtain metadata.name - the name to be set for the dataset represented by this
common metadata object.| Method Detail |
|---|
protected void setMembers(BaseImageReader imageReader)
throws IOException
IOExceptionprotected int getImageIndex()
protected Node createCommonNativeTree()
CoreCommonImageMetadataNode object that represents the root
of a tree of metadata contained within this object on its native format.
createCommonNativeTree in class CoreCommonImageMetadatapublic BaseImageReader getImageReader()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||