Class GeometricShapeBuilder
Inheritance
GeometricShapeBuilder
Assembly: NetTopologySuite.dll
Syntax
public abstract class GeometricShapeBuilder
Constructors
|
Improve this Doc
View Source
GeometricShapeBuilder(GeometryFactory)
Declaration
protected GeometricShapeBuilder(GeometryFactory geomFactory)
Parameters
Fields
|
Improve this Doc
View Source
GeomFactory
Declaration
protected GeometryFactory GeomFactory
Field Value
Properties
|
Improve this Doc
View Source
Centre
Declaration
public Coordinate Centre { get; }
Property Value
|
Improve this Doc
View Source
Diameter
Declaration
public double Diameter { get; }
Property Value
|
Improve this Doc
View Source
Extent
Declaration
public Envelope Extent { get; set; }
Property Value
|
Improve this Doc
View Source
NumPoints
Gets or sets the total number of points in the created Geometry.
The created geometry will have no more than this number of points,
unless more are needed to create a valid geometry.
Declaration
public int NumPoints { get; set; }
Property Value
|
Improve this Doc
View Source
Radius
Declaration
public double Radius { get; }
Property Value
Methods
|
Improve this Doc
View Source
CreateCoord(Double, Double)
Declaration
protected Coordinate CreateCoord(double x, double y)
Parameters
Returns
|
Improve this Doc
View Source
GetGeometry()
Declaration
public abstract Geometry GetGeometry()
Returns
|
Improve this Doc
View Source
GetSquareBaseLine()
Declaration
public LineSegment GetSquareBaseLine()
Returns
|
Improve this Doc
View Source
GetSquareExtent()
Declaration
public Envelope GetSquareExtent()
Returns