Interface SpatialAggregate

  • All Known Subinterfaces:
    OracleSpatialAggregate

    public interface SpatialAggregate
    Enumeration of types of Spatial Aggregation
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int EXTENT
      Enum value for extent aggregation.
      static int UNION
      Enum value for union aggregate (only supported in DB2)
    • Field Detail

      • UNION

        static final int UNION
        Enum value for union aggregate (only supported in DB2)
        See Also:
        Constant Field Values