Class CreatePoint

java.lang.Object
nz.org.riskscape.engine.function.BaseOverloadedFunction
nz.org.riskscape.engine.function.geometry.CreatePoint
All Implemented Interfaces:
AutoCloseable, nz.org.riskscape.engine.function.IdentifiedFunction, nz.org.riskscape.engine.function.OverloadedFunction, nz.org.riskscape.engine.function.RiskscapeFunction, nz.org.riskscape.engine.function.UntypedFunction, nz.org.riskscape.engine.Identified

public class CreatePoint extends BaseOverloadedFunction
  • Nested Class Summary

    Nested classes/interfaces inherited from interface nz.org.riskscape.engine.function.IdentifiedFunction

    nz.org.riskscape.engine.function.IdentifiedFunction.Category, nz.org.riskscape.engine.function.IdentifiedFunction.Wrapping
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final nz.org.riskscape.engine.function.RiskscapeFunction
     
    static final nz.org.riskscape.engine.function.RiskscapeFunction
     
    static final org.locationtech.jts.geom.GeometryFactory
     

    Fields inherited from interface nz.org.riskscape.engine.function.RiskscapeFunction

    BUILT_IN
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<nz.org.riskscape.engine.function.RiskscapeFunction>
     
    List<nz.org.riskscape.engine.types.Type>
     
    nz.org.riskscape.engine.types.Type
     

    Methods inherited from class nz.org.riskscape.engine.function.BaseOverloadedFunction

    call, getCategory, getDescription, getId, getSource

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface nz.org.riskscape.engine.Identified

    getIdentifiedClass

    Methods inherited from interface nz.org.riskscape.engine.function.IdentifiedFunction

    infoOutput, isBuiltin, toEntity

    Methods inherited from interface nz.org.riskscape.engine.function.OverloadedFunction

    ignoreThis

    Methods inherited from interface nz.org.riskscape.engine.function.RiskscapeFunction

    builtin, getAggregationFunction, getArguments, getOverloaded, getRealizable, getTypesFromArguments, identified, identified, isA, setProblemReporter, validate

    Methods inherited from interface nz.org.riskscape.engine.function.UntypedFunction

    close
  • Field Details

    • GEOMETRY_FACTORY

      public static final org.locationtech.jts.geom.GeometryFactory GEOMETRY_FACTORY
    • CREATE_POINT_DOUBLE

      public static final nz.org.riskscape.engine.function.RiskscapeFunction CREATE_POINT_DOUBLE
    • CREATE_POINT_TEXT

      public static final nz.org.riskscape.engine.function.RiskscapeFunction CREATE_POINT_TEXT
  • Constructor Details

    • CreatePoint

      public CreatePoint()
  • Method Details

    • getAlternatives

      public List<nz.org.riskscape.engine.function.RiskscapeFunction> getAlternatives()
    • getArgumentTypes

      public List<nz.org.riskscape.engine.types.Type> getArgumentTypes()
    • getReturnType

      public nz.org.riskscape.engine.types.Type getReturnType()