public class NetCDFImageMetadata extends BaseImageMetadata
Modifier and Type | Field and Description |
---|---|
static String |
nativeMetadataFormatName |
ATTRIBUTES_NODE, imageReader
nativeMetadataFormatClassName
controller, defaultController, extraMetadataFormatClassNames, extraMetadataFormatNames, standardFormatSupported
Modifier | Constructor and Description |
---|---|
protected |
NetCDFImageMetadata(BaseImageReader reader,
int imageIndex) |
Modifier and Type | Method and Description |
---|---|
Node |
getAsTree(String formatName)
Returns an XML DOM
Node object that represents the root of
a tree of common stream metadata contained within this object according
to the conventions defined by a given metadata format name. |
protected void |
setMembers(BaseImageReader imageReader) |
createCommonNativeTree, getImageIndex, getImageReader
getColorInterpretations, getColorInterpretations, getColorModel, getDatasetDescription, getDatasetName, getDescription, getDriverDescription, getDriverName, getGcpNumber, getGcpProjection, getGCPs, getGeoTransformation, getHeight, getMaximum, getMaximums, getMinimum, getMinimums, getNoDataValue, getNoDataValues, getNumBands, getNumOverviews, getNumOverviews, getOffset, getOffsets, getProjection, getSampleModel, getScale, getScales, getTileHeight, getTileWidth, getWidth, isReadOnly, mergeTree, reset, setColorInterpretations, setColorModel, setDatasetDescription, setDatasetName, setDriverDescription, setDriverName, setGcpNumber, setGcpProjection, setGcps, setGeoTransformation, setHeight, setMaximums, setMinimums, setNoDataValues, setNumBands, setNumOverviews, setOffsets, setProjection, setSampleModel, setScales, setTileHeight, setTileWidth, setWidth
activateController, getController, getDefaultController, getExtraMetadataFormatNames, getMetadataFormat, getMetadataFormatNames, getNativeMetadataFormatName, getStandardChromaNode, getStandardCompressionNode, getStandardDataNode, getStandardDimensionNode, getStandardDocumentNode, getStandardTextNode, getStandardTileNode, getStandardTransparencyNode, getStandardTree, hasController, isStandardMetadataFormatSupported, setController, setFromTree
public static final String nativeMetadataFormatName
protected NetCDFImageMetadata(BaseImageReader reader, int imageIndex)
protected void setMembers(BaseImageReader imageReader) throws IOException
setMembers
in class BaseImageMetadata
IOException
public Node getAsTree(String formatName)
Node
object that represents the root of
a tree of common stream metadata contained within this object according
to the conventions defined by a given metadata format name.getAsTree
in class CoreCommonImageMetadata
formatName
- the name of the requested metadata format. Note that
actually, the only supported format name is the
CoreCommonImageMetadata.nativeMetadataFormatName
.
Requesting other format names will result in an
IllegalArgumentException
Copyright © 2006–2015 GeoSolutions. All rights reserved.