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 voidprintGeometry(Geometry geom, int srid, String outputFormat)static StringwriteGeometrySummary(String label, int numGeoms, String geomTypes, int numVert)static StringwriteGeometrySummary(String label, List<Geometry> geoms)static StringwriteGeometrySummary(String label, Geometry g)
-
-
-
Constructor Detail
-
GeometryOutput
public GeometryOutput(CommandOutput out)
-
-