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 classstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionscala.collection.immutable.Seq<Object>The points that compose thelinearRingin order.
-
Method Details
-
PointGeoCoordinateOperations
GeoCoordinateOperations<Object> PointGeoCoordinateOperations() -
points
The points that compose thelinearRingin 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.
-