Uses of Class
org.apache.sis.index.tree.NodeType
-
Packages that use NodeType Package Description org.apache.sis.index.tree A simple quadtree implementation. -
-
Uses of NodeType in org.apache.sis.index.tree
Methods in org.apache.sis.index.tree that return NodeType Modifier and Type Method Description static NodeType
NodeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static NodeType[]
NodeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-