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$
Type class for objects representing an ordered sequence of Points, called a line string.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classAllows usingLineStringOperationsmethods as extension methods.static class -
Method Summary
Modifier and TypeMethodDescriptionscala.collection.immutable.Seq<Object>The points in the `lineString` in order.com.here.platform.location.core.geospatial.LineString<GeoCoordinate>toLocationLineString(LS lineString)
-
Method Details
-
PointGeoCoordinateOperations
GeoCoordinateOperations<Object> PointGeoCoordinateOperations() -
points
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
-