Class ST_Azimuth
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.api.DeterministicScalarFunction
-
- org.h2gis.functions.spatial.trigonometry.ST_Azimuth
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
public class ST_Azimuth extends org.h2gis.api.DeterministicScalarFunctionReturns the azimuth of the segment defined by the given Point geometries. Return value is in radians.
-
-
Constructor Summary
Constructors Constructor Description ST_Azimuth()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Doubleazimuth(org.locationtech.jts.geom.Geometry pointA, org.locationtech.jts.geom.Geometry pointB)This code compute the angle in radian as postgis does.StringgetJavaStaticMethod()-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-