public interface GeometryFunction
Geometry
, possibly with other arguments.
The function may return a Geometry or a scalar value.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Two functions are the same if they have the
same name, parameter types and return type.
|
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
|
Object |
invoke(Geometry geom,
Object[] args)
Invokes this function.
|
boolean |
isBinary() |
String getName()
String[] getParameterNames()
Class[] getParameterTypes()
Class getReturnType()
Object invoke(Geometry geom, Object[] args)
RuntimeException
s.geom
- the target geometryargs
- the other arguments to the functionboolean equals(Object obj)
boolean isBinary()
Copyright © 2021. All rights reserved.