Class JTSLineExpression<T extends org.locationtech.jts.geom.LineString>

Type Parameters:
T -
All Implemented Interfaces:
Expression<T>, Serializable

public abstract class JTSLineExpression<T extends org.locationtech.jts.geom.LineString> extends JTSLineStringExpression<T>
A Line is a LineString with exactly 2 Points.
Author:
tiwe
See Also:
  • Constructor Details

    • JTSLineExpression

      public JTSLineExpression(Expression<T> mixin)