Interface GeometryCollectionExpression<T>

All Superinterfaces:
ComparableExpression<T>, Expression<T>, GeometryExpression<T>
All Known Subinterfaces:
MultiLineStringExpression<T>, MultiPointExpression<T>, MultiPolygonExpression<T>

public interface GeometryCollectionExpression<T> extends GeometryExpression<T>
Representation of a GeometryCollection expression. Note that this is not part of the JDO spec, but a vendor extension to allow JDOQLTyped handling for geometry types.