Interface LineStringOperations<LS>

Type Parameters:
LS - The underlying concrete class representing the line string
All Superinterfaces:
Serializable, scala.Serializable
All Known Subinterfaces:
OptimizedLineStringOperations<LS>
All Known Implementing Classes:
GeoCoordinate.LineStringOpsImpl$, PackedLineString.PackedLineStringOps$

public interface LineStringOperations<LS> extends scala.Serializable
Type class for objects representing an ordered sequence of Points, called a line string.

  • Method Details

    • PointGeoCoordinateOperations

      GeoCoordinateOperations<Object> PointGeoCoordinateOperations()
    • points

      scala.collection.Seq<Object> points(LS lineString)
      The points in the `lineString` in order.