Package org.teiid.query.function
Class GeometryUtils.Extent
- java.lang.Object
-
- org.teiid.query.function.GeometryUtils.Extent
-
- All Implemented Interfaces:
UserDefinedAggregate<GeometryType>
- Enclosing class:
- GeometryUtils
public static class GeometryUtils.Extent extends Object implements UserDefinedAggregate<GeometryType>
-
-
Constructor Summary
Constructors Constructor Description Extent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addInput(GeometryType geom)
GeometryType
getResult(CommandContext commandContext)
void
reset()
-
-
-
Method Detail
-
reset
public void reset()
- Specified by:
reset
in interfaceUserDefinedAggregate<GeometryType>
-
addInput
@TeiidFunction(name="st_extent", category="Geometry") public void addInput(GeometryType geom) throws FunctionExecutionException
- Throws:
FunctionExecutionException
-
getResult
public GeometryType getResult(CommandContext commandContext)
- Specified by:
getResult
in interfaceUserDefinedAggregate<GeometryType>
-
-