Class ST_M

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

    public class ST_M
    extends org.h2gis.api.DeterministicScalarFunction
    Get the first M(easure) coordinate
    Author:
    Nicolas Fortin, Erwan Bocher, CNRS
    • Constructor Detail

      • ST_M

        public ST_M()
        Default constructor
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • execute

        public static Double execute​(org.locationtech.jts.geom.Point geometry)
        Parameters:
        geometry - Geometry instance
        Returns:
        a M coordinate or null if null or empty geometry.