public class MiscUtil
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
MiscUtil.CrsProperties
Inner class which gathers the required geo-parameters for GTiff/JPEG2000 encoding.
|
Constructor and Description |
---|
MiscUtil() |
Modifier and Type | Method and Description |
---|---|
static <T extends IRasNode> |
childrenOfType(IRasNode root,
java.lang.Class<T> type)
Recursive generic method to extract nodes of a specified class into the XML tree of a WCPS query.
|
static <T> java.util.List<T> |
toList(T... e) |
public static <T> java.util.List<T> toList(T... e)
public static <T extends IRasNode> java.util.List<T> childrenOfType(IRasNode root, java.lang.Class<T> type)
T
- The generic typenode
- The root nodetype
- Explicit target type argument