public class GeometryUtils extends Object
| Constructor and Description |
|---|
GeometryUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
showGeometryTree(Geometry geometry)
Get a tree-like string representation of the full geometry tree for
a given Geometry.
|
static String |
showGeometryTree(Geometry geometry,
int depth)
Get a tree-like string representation of the geometry tree for
a given Geometry to a given depth.
|
public static String showGeometryTree(Geometry geometry)
geometry - The Geometry for which the tree is to be shown.public static String showGeometryTree(Geometry geometry, int depth)
geometry - The Geometry for which the tree is to be shown.depth - The depth at which the tree should stop. If negative
the full tree will be fetched.Copyright © 2019 LSST. All rights reserved.