|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectIIOMetadataFormatImpl
SpatialMetadataFormat
PredefinedMetadataFormat
SpatialMetadataFormatBuilder.
@Deprecated public class PredefinedMetadataFormat
Provides constructor methods for predefined metadata formats. This class provides the methods that created the trees documented in the super-class. This class is public in order to allow users to create their own metadata trees derived from the predefined Geotk trees.
| coverage/geotk-coverageio (download) | View source code for this class |
| Field Summary |
|---|
| Fields inherited from class SpatialMetadataFormat |
|---|
FORMAT_NAME, IMAGE, ISO_FORMAT_NAME, STREAM |
| Fields inherited from class IIOMetadataFormatImpl |
|---|
standardMetadataFormatName |
| Constructor Summary | |
|---|---|
protected |
PredefinedMetadataFormat(String rootName)
Deprecated. Creates an initially empty format. |
| Method Summary | |
|---|---|
protected void |
addTreeForCRS(String addToElement)
Deprecated. Replaced by SpatialMetadataFormatBuilder. |
protected void |
addTreeForImage(String addToElement)
Deprecated. Replaced by SpatialMetadataFormatBuilder. |
protected void |
addTreeForStream(String addToElement)
Deprecated. Replaced by SpatialMetadataFormatBuilder. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected PredefinedMetadataFormat(String rootName)
addTree(...) methods defined in this class or parent class for
adding new elements and attributes.
rootName - the name of the root element.| Method Detail |
|---|
@Deprecated protected void addTreeForStream(String addToElement)
SpatialMetadataFormatBuilder.
addToElement - The name of the element where to add the tree,
or null for adding the tree at the root.SpatialMetadataFormat.STREAM@Deprecated protected void addTreeForImage(String addToElement)
SpatialMetadataFormatBuilder.
The Coordinate Reference System branch is not included by this method.
For including CRS information, the addTreeForCRS(String) method shall be
invoked explicitly.
addToElement - The name of the element where to add the tree,
or null for adding the tree at the root.SpatialMetadataFormat.IMAGE@Deprecated protected void addTreeForCRS(String addToElement)
SpatialMetadataFormatBuilder.
addToElement - The name of the element where to add the tree,
or null for adding the tree at the root.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||