public class RepeaterGeometryFunction extends Object implements GeometryFunction
| Constructor and Description |
|---|
RepeaterGeometryFunction(GeometryFunction fun,
int count) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Gets the category name of this function
|
String |
getDescription()
Gets the description of this function
|
String |
getName()
Gets the name of this function
|
String[] |
getParameterNames()
Gets the parameter names for this function
|
Class[] |
getParameterTypes()
Gets the types of the other function arguments,
if any.
|
Class |
getReturnType()
Gets the return type of this function
|
String |
getSignature()
Gets a string representing the signature of this function.
|
Object |
invoke(Geometry geom,
Object[] args)
Invokes this function.
|
boolean |
isBinary() |
static boolean |
isRepeatable(GeometryFunction fun) |
static int |
repeatableArgIndex(GeometryFunction fun) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic RepeaterGeometryFunction(GeometryFunction fun, int count)
public String getCategory()
GeometryFunctiongetCategory in interface GeometryFunctionpublic String getName()
GeometryFunctiongetName in interface GeometryFunctionpublic String getDescription()
GeometryFunctiongetDescription in interface GeometryFunctionpublic String[] getParameterNames()
GeometryFunctiongetParameterNames in interface GeometryFunctionpublic Class[] getParameterTypes()
GeometryFunctiongetParameterTypes in interface GeometryFunctionpublic Class getReturnType()
GeometryFunctiongetReturnType in interface GeometryFunctionpublic String getSignature()
GeometryFunctiongetSignature in interface GeometryFunctionpublic boolean isBinary()
isBinary in interface GeometryFunctionpublic Object invoke(Geometry geom, Object[] args)
GeometryFunctionRuntimeExceptions.invoke in interface GeometryFunctiongeom - the target geometryargs - the other arguments to the functionpublic static boolean isRepeatable(GeometryFunction fun)
public static int repeatableArgIndex(GeometryFunction fun)
Copyright © 2025. All rights reserved.