Interface GeometryState

All Superinterfaces:
AccumulatorState
All Known Implementing Classes:
GeometryStateFactory.GroupedGeometryState, GeometryStateFactory.SingleGeometryState

public interface GeometryState extends AccumulatorState
  • Method Summary

    Modifier and Type
    Method
    Description
    com.esri.core.geometry.ogc.OGCGeometry
     
    void
    setGeometry(com.esri.core.geometry.ogc.OGCGeometry geometry)
     

    Methods inherited from interface io.trino.spi.function.AccumulatorState

    copy, getEstimatedSize
  • Method Details

    • getGeometry

      com.esri.core.geometry.ogc.OGCGeometry getGeometry()
    • setGeometry

      void setGeometry(com.esri.core.geometry.ogc.OGCGeometry geometry)