Interface LengthSeq

All Known Subinterfaces:
StraightLineLengthSeq
All Known Implementing Classes:
LengthSeq.Impl

public interface LengthSeq
A Sequence of length values in meters.
  • Method Details

    • length

      int length()
    • indices

      scala.collection.immutable.Range indices()
    • apply

      double apply(int i)
    • toIndexedSeq

      scala.collection.IndexedSeq<Object> toIndexedSeq()
    • toString

      String toString()
      Overrides:
      toString in class Object
    • head

      double head()
    • last

      double last()
    • indexWhere

      int indexWhere(scala.Function1<Object,Object> pred)
    • lastIndexWhere

      int lastIndexWhere(scala.Function1<Object,Object> pred)