Class KochSnowflakeBuilder

java.lang.Object
org.locationtech.jts.shape.GeometricShapeBuilder
org.locationtech.jts.shape.fractal.KochSnowflakeBuilder

public class KochSnowflakeBuilder extends GeometricShapeBuilder
  • Field Details

    • coordList

      private CoordinateList coordList
    • HEIGHT_FACTOR

      private static final double HEIGHT_FACTOR
      The height of an equilateral triangle of side one
    • ONE_THIRD

      private static final double ONE_THIRD
      See Also:
    • THIRD_HEIGHT

      private static final double THIRD_HEIGHT
    • TWO_THIRDS

      private static final double TWO_THIRDS
      See Also:
  • Constructor Details

    • KochSnowflakeBuilder

      public KochSnowflakeBuilder(GeometryFactory geomFactory)
  • Method Details