Class PointOnLineFunction

  • All Implemented Interfaces:
    Expression, Function, FunctionExpression, Factory

    public class PointOnLineFunction
    extends FunctionExpressionImpl
    Returns a point on the provided line. The point is at the specified percentage of the line's length. If no percentage is provided, the mid point will be returned. If the line is a collection of lines, the first line is used.

    No attempt is made to perform linear referencing based on a measure, althought this could be implemented in the future.

    • Constructor Detail

      • PointOnLineFunction

        public PointOnLineFunction()