Class FunctionArguments


  • class FunctionArguments
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FunctionArguments()
      Empty constructor
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double convertFromDegrees​(double degs, IRI units)
      Convert degrees to another unit
      static double convertToDegrees​(double v, IRI units)
      Convert a value to degrees
      static double getDouble​(Function func, Value v)
      Get the double value
      static Literal getLiteral​(Function func, Value v, IRI expectedDatatype)
      Get the literal of a specific data type
      static org.locationtech.spatial4j.shape.Point getPoint​(Function func, Value v, org.locationtech.spatial4j.context.SpatialContext geoContext)
      Get the geo point
      static org.locationtech.spatial4j.shape.Shape getShape​(Function func, Value v, org.locationtech.spatial4j.context.SpatialContext context)
      Get the geo shape
      static java.lang.String getString​(Function func, Value v)
      Get the string value
      static IRI getUnits​(Function func, Value v)
      Get the UoM IRI of the unit
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait