Class GeometrySubDivider
java.lang.Object
org.apache.sedona.common.subDivide.GeometrySubDivider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanequalValue(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)
-
Field Details
-
minMaxVertices
public static final int minMaxVertices- See Also:
-
-
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)
-