Interface LinearRingOperations<LR>
- Type Parameters:
LR
- The underlying concrete class representing the linear ring.
- All Known Implementing Classes:
LinearRingOperations.GeoCoordinateSeqLinearRingOps$
public interface LinearRingOperations<LR>
Type class for objects representing a linear ring.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionscala.collection.Seq<Object>
The points that compose thelinearRing
in order.
-
Method Details
-
PointGeoCoordinateOperations
GeoCoordinateOperations<Object> PointGeoCoordinateOperations() -
points
The points that compose thelinearRing
in order.There is no duplication of the last point at the end of the sequence, i.e. for a triangle this method returns a sequence of three points.
-