Class ST_MinimumRectangle

  • All Implemented Interfaces:
    org.h2gis.api.Function, org.h2gis.api.ScalarFunction
    Direct Known Subclasses:
    ST_OrientedEnvelope

    public class ST_MinimumRectangle
    extends org.h2gis.api.DeterministicScalarFunction
    Gets the minimum rectangular POLYGON which encloses the input geometry. See MinimumDiameter.
    Author:
    Erwan Bocher
    • Constructor Detail

      • ST_MinimumRectangle

        public ST_MinimumRectangle()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • computeMinimumRectangle

        public static org.locationtech.jts.geom.Geometry computeMinimumRectangle​(org.locationtech.jts.geom.Geometry geometry)
        Gets the minimum rectangular Polygon which encloses the input geometry.
        Parameters:
        geometry - Input geometry
        Returns: