Class ST_FindUTMSRID

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

    public class ST_FindUTMSRID
    extends org.h2gis.api.DeterministicScalarFunction
    Find the UTM SRID code
    Author:
    Erwan Bocher
    • Constructor Detail

      • ST_FindUTMSRID

        public ST_FindUTMSRID()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • findSRID

        public static int findSRID​(Connection connection,
                                   org.locationtech.jts.geom.Geometry geometry)
                            throws SQLException
        Find UTM SRID from a geometry
        Parameters:
        connection -
        geometry -
        Returns:
        Throws:
        SQLException