Uses of Class
org.apache.sis.util.collection.DefaultTreeTable.Node
Packages that use DefaultTreeTable.Node
Package
Description
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
Addition to the collection framework.
-
Uses of DefaultTreeTable.Node in org.apache.sis.storage.geotiff
Subclasses of DefaultTreeTable.Node in org.apache.sis.storage.geotiffModifier and TypeClassDescription(package private) static final class
A tree-table representation of the XML document contained in the enclosingXMLMetadata
.Constructors in org.apache.sis.storage.geotiff with parameters of type DefaultTreeTable.NodeModifierConstructorDescription(package private)
Root
(XMLMetadata source, DefaultTreeTable.Node parent, String name) Converts the XML document to a tree table. -
Uses of DefaultTreeTable.Node in org.apache.sis.util.collection
Methods in org.apache.sis.util.collection that return DefaultTreeTable.NodeModifier and TypeMethodDescriptionDefaultTreeTable.Node.clone()
Returns a clone of this node without parent.DefaultTreeTable.Node.newChild()
Adds a new child in the children list.Constructors in org.apache.sis.util.collection with parameters of type DefaultTreeTable.NodeModifierConstructorDescriptionCreates a new tree table initialized to the given root.Node
(DefaultTreeTable.Node parent) Creates a new node with the given parent.Node
(DefaultTreeTable.Node parent, int index) Creates a new node with the given parent.