Class GeometrySubDivider

java.lang.Object
org.apache.sedona.common.subDivide.GeometrySubDivider

public class GeometrySubDivider extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    equalValue(double value, double pivot)
     
    static org.locationtech.jts.geom.Geometry[]
    subDivide(org.locationtech.jts.geom.Geometry geom, int maxVertices)
     
    static org.locationtech.jts.geom.Geometry[]
    subDivideRecursive(org.locationtech.jts.geom.Geometry geom, int dimension, int maxVertices, int depth, org.locationtech.jts.geom.Geometry[] geometries)
     

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • GeometrySubDivider

      public GeometrySubDivider()
  • Method Details

    • equalValue

      public static boolean equalValue(double value, double pivot)
    • subDivideRecursive

      public static org.locationtech.jts.geom.Geometry[] subDivideRecursive(org.locationtech.jts.geom.Geometry geom, int dimension, int maxVertices, int depth, org.locationtech.jts.geom.Geometry[] geometries)
    • subDivide

      public static org.locationtech.jts.geom.Geometry[] subDivide(org.locationtech.jts.geom.Geometry geom, int maxVertices)