Class MortonCurveBuilder
Generates a LineString representing the Morton Curve at a given level.
Inherited Members
Namespace: NetTopologySuite.Shape.Fractal
Assembly: NetTopologySuite.dll
Syntax
public class MortonCurveBuilder : GeometricShapeBuilder
Constructors
| Edit this page View SourceMortonCurveBuilder(GeometryFactory)
Initializes a new instance of the MortonCurveBuilder class using the provided GeometryFactory.
Declaration
public MortonCurveBuilder(GeometryFactory geomFactory)
Parameters
| Type | Name | Description |
|---|---|---|
| GeometryFactory | geomFactory | The geometry factory to use. |
Properties
| Edit this page View SourceLevel
Gets or sets the level of curve to generate. The level must be in the range [0 - 16].
Declaration
public int Level { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
| Edit this page View SourceGetGeometry()
Declaration
public override Geometry GetGeometry()
Returns
| Type | Description |
|---|---|
| Geometry |