org.h2gis.h2spatial.internal.function.spatial.predicates
Class ST_OrderingEquals
java.lang.Object
org.h2gis.h2spatialapi.AbstractFunction
org.h2gis.h2spatialapi.DeterministicScalarFunction
org.h2gis.h2spatial.internal.function.spatial.predicates.ST_OrderingEquals
- All Implemented Interfaces:
- Function, ScalarFunction
public class ST_OrderingEquals
- extends DeterministicScalarFunction
ST_OrderingEquals compares two geometries and t (TRUE) if the geometries are equal
and the coordinates are in the same order; otherwise it returns f (FALSE).
This method implements the SQL/MM specification: SQL-MM 3: 5.1.43
- Author:
- Erwan Bocher
|
Method Summary |
String |
getJavaStaticMethod()
|
static boolean |
orderingEquals(org.h2.value.ValueGeometry geomA,
org.h2.value.ValueGeometry geomB)
Returns true if the given geometries represent the same
geometry and points are in the same directional order. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ST_OrderingEquals
public ST_OrderingEquals()
getJavaStaticMethod
public String getJavaStaticMethod()
orderingEquals
public static boolean orderingEquals(org.h2.value.ValueGeometry geomA,
org.h2.value.ValueGeometry geomB)
- Returns true if the given geometries represent the same
geometry and points are in the same directional order.
- Parameters:
geomA - geomB -
- Returns:
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.