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
-
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
FieldsModifier and TypeFieldDescriptionstatic final nz.org.riskscape.engine.function.RiskscapeFunctionstatic final nz.org.riskscape.engine.function.RiskscapeFunctionstatic final org.locationtech.jts.geom.GeometryFactoryFields inherited from interface nz.org.riskscape.engine.function.RiskscapeFunction
BUILT_IN, LOG -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class nz.org.riskscape.engine.function.BaseOverloadedFunction
call, getCategory, getDescription, getId, getSourceURIMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nz.org.riskscape.engine.Identified
getIdentifiedClassMethods inherited from interface nz.org.riskscape.engine.function.IdentifiedFunction
getSource, infoOutput, isBuiltin, toEntityMethods inherited from interface nz.org.riskscape.engine.function.OverloadedFunction
ignoreThisMethods inherited from interface nz.org.riskscape.engine.function.RiskscapeFunction
builtin, close, getAggregationFunction, getArguments, getOverloaded, getRealizable, getTypesFromArguments, identified, identified, isA, setProblemReporter, validate
-
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
-
getArgumentTypes
-
getReturnType
public nz.org.riskscape.engine.types.Type getReturnType()
-