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
Modifier and TypeFieldDescriptionstatic 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
-
Method Summary
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
-
getArgumentTypes
-
getReturnType
public nz.org.riskscape.engine.types.Type getReturnType()
-