Search Results for

    Show / Hide Table of Contents

    Class MortonCurveBuilder

    Generates a LineString representing the Morton Curve at a given level.

    Inheritance
    object
    GeometricShapeBuilder
    MortonCurveBuilder
    Inherited Members
    GeometricShapeBuilder.GeomFactory
    GeometricShapeBuilder.Extent
    GeometricShapeBuilder.Centre
    GeometricShapeBuilder.Diameter
    GeometricShapeBuilder.Radius
    GeometricShapeBuilder.GetSquareBaseLine()
    GeometricShapeBuilder.GetSquareExtent()
    GeometricShapeBuilder.NumPoints
    GeometricShapeBuilder.CreateCoord(double, double)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Shape.Fractal
    Assembly: NetTopologySuite.dll
    Syntax
    public class MortonCurveBuilder : GeometricShapeBuilder

    Constructors

    | Edit this page View Source

    MortonCurveBuilder(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 Source

    Level

    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 Source

    GetGeometry()

    Declaration
    public override Geometry GetGeometry()
    Returns
    Type Description
    Geometry
    Overrides
    GeometricShapeBuilder.GetGeometry()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX