Class GeometricShapeBuilder
Inheritance
GeometricShapeBuilder
Assembly: NetTopologySuite.dll
Syntax
public abstract class GeometricShapeBuilder
Constructors
|
Edit this page
View Source
GeometricShapeBuilder(GeometryFactory)
Declaration
protected GeometricShapeBuilder(GeometryFactory geomFactory)
Parameters
Fields
|
Edit this page
View Source
GeomFactory
Declaration
protected GeometryFactory GeomFactory
Field Value
Properties
|
Edit this page
View Source
Centre
Declaration
public Coordinate Centre { get; }
Property Value
|
Edit this page
View Source
Diameter
Declaration
public double Diameter { get; }
Property Value
|
Edit this page
View Source
Extent
Declaration
public Envelope Extent { get; set; }
Property Value
|
Edit this page
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
|
Edit this page
View Source
Radius
Declaration
public double Radius { get; }
Property Value
Methods
|
Edit this page
View Source
CreateCoord(double, double)
Declaration
protected Coordinate CreateCoord(double x, double y)
Parameters
Returns
|
Edit this page
View Source
GetGeometry()
Declaration
public abstract Geometry GetGeometry()
Returns
|
Edit this page
View Source
GetSquareBaseLine()
Declaration
public LineSegment GetSquareBaseLine()
Returns
|
Edit this page
View Source
GetSquareExtent()
Declaration
public Envelope GetSquareExtent()
Returns