Class GeoLineDecomposer

java.lang.Object
org.elasticsearch.common.geo.GeoLineDecomposer

public class GeoLineDecomposer
extends java.lang.Object
Splits lines by datelines.
  • Method Summary

    Modifier and Type Method Description
    static void decomposeLine​(org.elasticsearch.geometry.Line line, java.util.List<org.elasticsearch.geometry.Line> collector)
    Splits the specified line by datelines and adds them to the supplied lines array
    static void decomposeMultiLine​(org.elasticsearch.geometry.MultiLine multiLine, java.util.List<org.elasticsearch.geometry.Line> collector)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • decomposeMultiLine

      public static void decomposeMultiLine​(org.elasticsearch.geometry.MultiLine multiLine, java.util.List<org.elasticsearch.geometry.Line> collector)
    • decomposeLine

      public static void decomposeLine​(org.elasticsearch.geometry.Line line, java.util.List<org.elasticsearch.geometry.Line> collector)
      Splits the specified line by datelines and adds them to the supplied lines array