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.

  • Method Details

    • PointGeoCoordinateOperations

      GeoCoordinateOperations<Object> PointGeoCoordinateOperations()
    • points

      scala.collection.Seq<Object> points(LR linearRing)
      The points that compose the linearRing 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.