org.h2gis.h2spatial.internal.function.spatial.predicates
Class ST_OrderingEquals

java.lang.Object
  extended by org.h2gis.h2spatialapi.AbstractFunction
      extended by org.h2gis.h2spatialapi.DeterministicScalarFunction
          extended by 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

Field Summary
 
Fields inherited from interface org.h2gis.h2spatialapi.ScalarFunction
PROP_DETERMINISTIC, PROP_NOBUFFER
 
Fields inherited from interface org.h2gis.h2spatialapi.Function
PROP_NAME, PROP_REMARKS
 
Constructor Summary
ST_OrderingEquals()
           
 
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 org.h2gis.h2spatialapi.AbstractFunction
addProperty, getProperty, removeProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.h2gis.h2spatialapi.Function
getProperty
 

Constructor Detail

ST_OrderingEquals

public ST_OrderingEquals()
Method Detail

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.