Class MinimumBoundingRadiusRowSet

  • All Implemented Interfaces:
    org.h2.tools.SimpleRowSource

    public class MinimumBoundingRadiusRowSet
    extends Object
    implements org.h2.tools.SimpleRowSource
    This class is used to compute the center and the radius of multiple geometries stored in a table.
    Author:
    Erwan Bocher, CNRS 2023
    • Field Detail

      • spatialFieldIndex

        public int spatialFieldIndex
      • explodeId

        public int explodeId
    • Constructor Detail

      • MinimumBoundingRadiusRowSet

        public MinimumBoundingRadiusRowSet​(Connection connection,
                                           String tableName)
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface org.h2.tools.SimpleRowSource
      • reset

        public void reset()
                   throws SQLException
        Specified by:
        reset in interface org.h2.tools.SimpleRowSource
        Throws:
        SQLException