Class CreateFractalShapeFunctions
java.lang.Object
org.locationtech.jtstest.function.CreateFractalShapeFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
CreateFractalShapeFunctions
public CreateFractalShapeFunctions()
-
-
Method Details
-
kochSnowflake
-
sierpinskiCarpet
-
hilbertCurve
-
hilbertCurveAtLevel
-
mortonCurve
-
mortonCurveAtLevel
-