Class ST_IsProjectedCRS

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

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

      • ST_IsProjectedCRS

        public ST_IsProjectedCRS()
    • 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 CRS is a projected one
        Parameters:
        geometry -
        Returns:
        Throws:
        SQLException