Class GeometryOutput

java.lang.Object
org.locationtech.jtstest.cmd.GeometryOutput

public class GeometryOutput extends Object
Outputs geometry in a specified format.
Author:
Admin
  • Constructor Details

  • Method Details

    • printGeometry

      public void printGeometry(Geometry geom, int srid, String outputFormat)
    • writeGeometrySummary

      public static String writeGeometrySummary(String label, Geometry g)
    • writeGeometrySummary

      public static String writeGeometrySummary(String label, List<Geometry> geoms)
    • writeGeometrySummary

      public static String writeGeometrySummary(String label, int numGeoms, String geomTypes, int numVert)