Class ST_MaxDistance

  • All Implemented Interfaces:
    org.h2gis.api.Function, org.h2gis.api.ScalarFunction

    public class ST_MaxDistance
    extends org.h2gis.api.DeterministicScalarFunction
    Compute the maximum distance between two geometries.
    Author:
    Erwan Bocher
    • Constructor Detail

      • ST_MaxDistance

        public ST_MaxDistance()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • maxDistance

        public static Double maxDistance​(org.locationtech.jts.geom.Geometry geomA,
                                         org.locationtech.jts.geom.Geometry geomB)
                                  throws SQLException
        Return the maximum distance
        Parameters:
        geomA -
        geomB -
        Returns:
        Throws:
        SQLException