Search Results for

    Show / Hide Table of Contents

    Class GeometricShapeFactory.Dimensions

    A dimension class for GeometricShapeFactorys

    Inheritance
    object
    GeometricShapeFactory.Dimensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Utilities
    Assembly: NetTopologySuite.dll
    Syntax
    protected class GeometricShapeFactory.Dimensions

    Properties

    | Edit this page View Source

    Base

    Gets or sets a value indicating the base of the shapes to be created

    Declaration
    public Coordinate Base { get; set; }
    Property Value
    Type Description
    Coordinate
    | Edit this page View Source

    Centre

    Gets or sets a value indicating the centre of the shapes to be created

    Declaration
    public Coordinate Centre { get; set; }
    Property Value
    Type Description
    Coordinate
    | Edit this page View Source

    Envelope

    Gets or sets a value indicating the bounds of the shape to be created

    Declaration
    public Envelope Envelope { get; set; }
    Property Value
    Type Description
    Envelope
    | Edit this page View Source

    Height

    Gets or sets a value indicating the height of the Envelope.

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    MinSize

    Gets a value indicating the minimum size of the shape's Envelope

    Declaration
    public double MinSize { get; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Size

    Sets Width and Height to the same value

    Declaration
    public double Size { set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Width

    Gets or sets a value indicating the width of the Envelope.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    double
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX