Package org.locationtech.jtstest.cmd
Class GeometryOutput
- java.lang.Object
-
- org.locationtech.jtstest.cmd.GeometryOutput
-
public class GeometryOutput extends Object
Outputs geometry in a specified format.- Author:
- Admin
-
-
Constructor Summary
Constructors Constructor Description GeometryOutput(CommandOutput out)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
printGeometry(Geometry geom, int srid, String outputFormat)
static String
writeGeometrySummary(String label, int numGeoms, String geomTypes, int numVert)
static String
writeGeometrySummary(String label, List<Geometry> geoms)
static String
writeGeometrySummary(String label, Geometry g)
-
-
-
Constructor Detail
-
GeometryOutput
public GeometryOutput(CommandOutput out)
-
-