Class JTSUtils.GeometryTarget

java.lang.Object
org.h2.util.geometry.GeometryUtils.Target
org.h2.util.geometry.JTSUtils.GeometryTarget
Enclosing class:
JTSUtils

public static final class JTSUtils.GeometryTarget extends GeometryUtils.Target
Converter output target that creates a JTS Geometry.
  • Field Details

    • dimensionSystem

      private final int dimensionSystem
    • factory

      private org.locationtech.jts.geom.GeometryFactory factory
    • type

      private int type
    • coordinates

      private org.locationtech.jts.geom.CoordinateSequence coordinates
    • innerCoordinates

      private org.locationtech.jts.geom.CoordinateSequence[] innerCoordinates
    • innerOffset

      private int innerOffset
    • subgeometries

      private org.locationtech.jts.geom.Geometry[] subgeometries
  • Constructor Details

    • GeometryTarget

      public GeometryTarget(int dimensionSystem)
      Creates a new instance of JTS Geometry target.
      Parameters:
      dimensionSystem - dimension system to use
    • GeometryTarget

      private GeometryTarget(int dimensionSystem, org.locationtech.jts.geom.GeometryFactory factory)
  • Method Details