| java.lang.Object org.geotools.image.io.metadata.MetadataAccessor org.geotools.image.io.metadata.ChildList
ChildList | abstract class ChildList extends MetadataAccessor (Code) | | A list of child elements, for example
or
.
since: 2.4 version: $Id: ChildList.java 26151 2007-07-04 18:54:48Z desruisseaux $ author: Martin Desruisseaux |
Inner Class :final static class Bands extends ChildList | |
Inner Class :final static class Axes extends ChildList | |
ChildList | protected ChildList(GeographicMetadata metadata, String parentPath, String childPath)(Code) | | Creates a parser for childs. The arguments are given unchanged to the
.
Parameters: metadata - The metadata node. Parameters: parentPath - The path to the of interest, or null if metadata is directly the node of interest. Parameters: childPath - The path (relative to parentPath ) to the child, or null if none. |
newChild | abstract protected MetadataAccessor newChild(int index)(Code) | | Creates a new child at the specified index.
|
outOfBounds | int outOfBounds()(Code) | | Returns the key for "out of range" error localization.
|
Methods inherited from org.geotools.image.io.metadata.MetadataAccessor | protected int appendChild()(Code)(Java Doc) protected int childCount()(Code)(Java Doc) protected Date getDate(String attribute)(Code)(Java Doc) protected Double getDouble(String attribute)(Code)(Java Doc) protected double[] getDoubles(String attribute, boolean unique)(Code)(Java Doc) protected Integer getInteger(String attribute)(Code)(Java Doc) protected int[] getIntegers(String attribute, boolean unique)(Code)(Java Doc) protected String getString(String attribute)(Code)(Java Doc) protected Object getUserObject()(Code)(Java Doc) protected Object getUserObject(Class type) throws ClassCastException(Code)(Java Doc) protected void selectChild(int index) throws IndexOutOfBoundsException(Code)(Java Doc) protected void selectParent() throws NoSuchElementException(Code)(Java Doc) protected void setDate(String attribute, Date value)(Code)(Java Doc) protected void setDouble(String attribute, double value)(Code)(Java Doc) protected void setDoubles(String attribute, double[] values)(Code)(Java Doc) final void setEnum(String attribute, String value, Collection enums)(Code)(Java Doc) protected void setInteger(String attribute, int value)(Code)(Java Doc) protected void setIntegers(String attribute, int[] values)(Code)(Java Doc) protected void setString(String attribute, String value)(Code)(Java Doc) protected void setUserObject(Object value) throws UnsupportedImplementationException(Code)(Java Doc) protected boolean setWarningsEnabled(boolean enabled)(Code)(Java Doc) public String toString()(Code)(Java Doc) public static String trimFractionalPart(String value)(Code)(Java Doc) final void warning(String method, int key, Object value)(Code)(Java Doc) protected void warningOccurred(LogRecord record)(Code)(Java Doc)
|
|
|