|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectIIOMetadata
CoreCommonImageMetadata
GDALCommonIIOImageMetadata
GDALWritableCommonIIOImageMetadata
public class GDALWritableCommonIIOImageMetadata
Class extending GDALCommonIIOImageMetadata
in order to provide write
capabilities to the metadata instance. It is worth to point out that this
class doesn't work on an underlying dataset. It simply allows to define a
GDALImageWriter
's understandable metadata object.
Field Summary | |
---|---|
static String |
nativeMetadataFormatName
|
Fields inherited from class CoreCommonImageMetadata |
---|
nativeMetadataFormatClassName |
Fields inherited from class IIOMetadata |
---|
controller, defaultController, extraMetadataFormatClassNames, extraMetadataFormatNames, standardFormatSupported |
Constructor Summary | |
---|---|
GDALWritableCommonIIOImageMetadata()
Default constructor of GDALWritableCommonIIOImageMetadata . |
|
GDALWritableCommonIIOImageMetadata(String datasetName)
Constructor of GDALWritableCommonIIOImageMetadata . |
Method Summary | |
---|---|
void |
setGdalMetadataDomain(Map metadataNameValuePairs,
String domain)
Set the metadata for a specific domain. |
Methods inherited from class GDALCommonIIOImageMetadata |
---|
asWritable, getGCPs, getGdalMetadataDomain, getGdalMetadataDomainsList, isReadOnly, mergeTree, reset |
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 nativeMetadataFormatName
Constructor Detail |
---|
public GDALWritableCommonIIOImageMetadata()
GDALWritableCommonIIOImageMetadata
.
public GDALWritableCommonIIOImageMetadata(String datasetName)
GDALWritableCommonIIOImageMetadata
.
Method Detail |
---|
public void setGdalMetadataDomain(Map metadataNameValuePairs, String domain)
metadataNameValuePairs
- a Map
containing name-value pairs where
each pair represents a metadata element.domain
- the domain where the metadata need to be stored.
IllegalArgumentException
- in case the specified domain is unsupported.
TODO: future version could check for already existent key or provide
a step-to-step single metadata item setting
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |