Interface MultiLineStringExpression<T>

All Superinterfaces:
ComparableExpression<T>, Expression<T>, GeometryCollectionExpression<T>, GeometryExpression<T>

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

    • isClosed

      BooleanExpression isClosed()
      Returns TRUE if this is closed, i.e., if StartPoint(Curve) = EndPoint(Curve).
      Returns:
      Whether it is closed