Class MortonCurveBuilder

    • Constructor Detail

      • MortonCurveBuilder

        public MortonCurveBuilder​(GeometryFactory geomFactory)
        Creates a new instance using the provided GeometryFactory.
        Parameters:
        geomFactory - the geometry factory to use
    • Method Detail

      • setLevel

        public void setLevel​(int level)
        Sets the level of curve to generate. The level must be in the range [0 - 16]. This determines the number of points in the generated curve.
        Parameters:
        level - the level of the curve