Table of Contents

Class GeometricShapeFactory.Dimensions

Namespace
NetTopologySuite.Utilities
Assembly
NetTopologySuite.dll

A dimension class for GeometricShapeFactorys

protected class GeometricShapeFactory.Dimensions
Inheritance
GeometricShapeFactory.Dimensions
Inherited Members

Constructors

Dimensions()

public Dimensions()

Properties

Base

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

public Coordinate Base { get; set; }

Property Value

Coordinate

Centre

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

public Coordinate Centre { get; set; }

Property Value

Coordinate

Envelope

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

public Envelope Envelope { get; set; }

Property Value

Envelope

Height

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

public double Height { get; set; }

Property Value

double

MinSize

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

public double MinSize { get; }

Property Value

double

Size

Sets Width and Height to the same value

public double Size { set; }

Property Value

double

Width

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

public double Width { get; set; }

Property Value

double