Interface LineStringOperations<LS>

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

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

  • Method Details

    • PointGeoCoordinateOperations

      GeoCoordinateOperations<Object> PointGeoCoordinateOperations()
    • points

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

      com.here.platform.location.core.geospatial.LineString<GeoCoordinate> toLocationLineString(LS lineString)
      Returns:
      `lineString` converted to a LineString