Class CreateFractalShapeFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.CreateFractalShapeFunctions
-
public class CreateFractalShapeFunctions extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateFractalShapeFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometry
hilbertCurve(Geometry g, int n)
static Geometry
hilbertCurveAtLevel(Geometry g, int level)
static Geometry
kochSnowflake(Geometry g, int n)
static Geometry
mortonCurve(Geometry g, int n)
static Geometry
mortonCurveAtLevel(Geometry g, int level)
static Geometry
sierpinskiCarpet(Geometry g, int n)
-