Package org.h2gis.functions.spatial.create


package org.h2gis.functions.spatial.create
  • Classes
    Class
    Description
    GridRowSet is used to populate a result set with all grid cells.
    Compute the minimum bounding circle of a geometry.
    Compute the minimum bounding circle center of a geometry
    Expands a geometry's envelope by the given delta X and delta Y.
    ST_Extrude takes a LINESTRING or POLYGON as input and extends it to a 3D representation, returning a geometry collection containing floor, ceiling and wall geometries.
    This function is used to generate pseudo-random points until the requested number are found within the input area (polygon or multipolygon)
    This function is used to generate pseudo-random points until the requested number are found within the input area (polygon or multipolygon)
    ST_MakeEllipse constructs an elliptical POLYGON with the given width and height centered at the given point.
    Creates a rectangular POLYGON formed from the given x and y minima.
    Create a regular grid based on a table or a geometry envelope.
    Create a regular grid of points based on a table or a geometry envelope.
    ST_MakeLine constructs a LINESTRING from POINT and MULTIPOINT geometries.
    ST_MakePoint constructs POINT from two or three doubles.
    Class to create a polygon
    PostGIS compatibility function alias.
    Gets the minimum rectangular POLYGON which encloses the input geometry.
    Computes the octogonal envelope of a geometry.
    Alias for PostGIS
    ST_Point constructs POINT from two or three doubles.
    Compute a ring buffer around a geometry.