Class ST_IsEmpty

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

    public class ST_IsEmpty
    extends org.h2gis.api.DeterministicScalarFunction
    Test if the provided geometry is empty.
    Author:
    Nicolas Fortin
    • Constructor Detail

      • ST_IsEmpty

        public ST_IsEmpty()
        Default constructor
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • isEmpty

        public static Boolean isEmpty​(org.locationtech.jts.geom.Geometry geometry)
        Parameters:
        geometry - Geometry instance
        Returns:
        True if the provided geometry is empty