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
Centre
Gets or sets a value indicating the centre of the shapes to be created
public Coordinate Centre { get; set; }
Property Value
Envelope
Gets or sets a value indicating the bounds of the shape to be created
public Envelope Envelope { get; set; }
Property Value
Height
Gets or sets a value indicating the height of the Envelope.
public double Height { get; set; }
Property Value
MinSize
Gets a value indicating the minimum size of the shape's Envelope
public double MinSize { get; }
Property Value
Size
public double Size { set; }
Property Value
Width
Gets or sets a value indicating the width of the Envelope.
public double Width { get; set; }