Class GeometricShapeFactory.Dimensions
A dimension class for GeometricShapeFactorys
Inherited Members
Namespace: NetTopologySuite.Utilities
Assembly: NetTopologySuite.dll
Syntax
protected class Dimensions
Properties
| Improve this Doc View SourceBase
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 |
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 |
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 |
Height
Gets or sets a value indicating the height of the Envelope.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
Double |
MinSize
Gets a value indicating the minimum size of the shape's Envelope
Declaration
public double MinSize { get; }
Property Value
Type | Description |
---|---|
Double |
Size
Declaration
public double Size { set; }
Property Value
Type | Description |
---|---|
Double |
Width
Gets or sets a value indicating the width of the Envelope.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
Double |