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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Allows usingLineStringOperations
methods as extension methods.static class
-
Method Summary
Modifier and TypeMethodDescriptionscala.collection.Seq<Object>
The points in the `lineString` in order.
-
Method Details
-
PointGeoCoordinateOperations
GeoCoordinateOperations<Object> PointGeoCoordinateOperations() -
points
The points in the `lineString` in order.
-