Class OSpatialFunctionAbstract

java.lang.Object
com.orientechnologies.orient.core.sql.functions.OSQLFunctionAbstract
com.orientechnologies.spatial.functions.OSpatialFunctionAbstract
All Implemented Interfaces:
OSQLFunction
Direct Known Subclasses:
OSpatialFunctionAbstractIndexable, OSTDistanceFunction

public abstract class OSpatialFunctionAbstract extends OSQLFunctionAbstract
Created by Enrico Risa on 22/07/16.
  • Field Details

  • Constructor Details

    • OSpatialFunctionAbstract

      public OSpatialFunctionAbstract(String iName, int iMinParams, int iMaxParams)
  • Method Details

    • toShape

      protected org.locationtech.spatial4j.shape.Shape toShape(Object param)