Class ST_ShortestLine

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

    public class ST_ShortestLine
    extends org.h2gis.api.DeterministicScalarFunction
    Returns the 2-dimensional shortest line between two geometries.
    Author:
    Erwan Bocher
    • Field Summary

      • Fields inherited from interface org.h2gis.api.Function

        PROP_NAME, PROP_REMARKS
      • Fields inherited from interface org.h2gis.api.ScalarFunction

        PROP_DETERMINISTIC
    • Constructor Summary

      Constructors 
      Constructor Description
      ST_ShortestLine()  
    • Constructor Detail

      • ST_ShortestLine

        public ST_ShortestLine()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • shortestLine

        public static org.locationtech.jts.geom.LineString shortestLine​(org.locationtech.jts.geom.Geometry geomA,
                                                                        org.locationtech.jts.geom.Geometry geomB)
                                                                 throws SQLException
        Compute the shortest line between two geometries.
        Parameters:
        geomA -
        geomB -
        Returns:
        Throws:
        SQLException