Class ST_IsGeographicCRS

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

    public class ST_IsGeographicCRS
    extends org.h2gis.api.DeterministicScalarFunction
    Method to check if the CRS of the geometry is geographic
    Author:
    Erwan Bocher, CNRS
    • Constructor Detail

      • ST_IsGeographicCRS

        public ST_IsGeographicCRS()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • execute

        public static Boolean execute​(Connection connection,
                                      org.locationtech.jts.geom.Geometry geometry)
                               throws SQLException
        Return true if the geometry has a geographic CRS
        Parameters:
        geometry -
        Returns:
        Throws:
        SQLException