Class RandomPointsBuilder
Creates random point sets contained in a
region defined by either a rectangular or a polygonal extent.
Inheritance
RandomPointsBuilder
Assembly: NetTopologySuite.dll
Syntax
public class RandomPointsBuilder : GeometricShapeBuilder
Constructors
|
Improve this Doc
View Source
RandomPointsBuilder()
Create a shape factory which will create shapes using the default
GeometryFactory.
Declaration
public RandomPointsBuilder()
|
Improve this Doc
View Source
RandomPointsBuilder(GeometryFactory)
Create a shape factory which will create shapes using the given
GeometryFactory
Declaration
public RandomPointsBuilder(GeometryFactory geomFact)
Parameters
Fields
|
Improve this Doc
View Source
Rnd
Declaration
protected static readonly Random Rnd
Field Value
Methods
|
Improve this Doc
View Source
CreateRandomCoord(Envelope)
Declaration
protected Coordinate CreateRandomCoord(Envelope env)
Parameters
Returns
|
Improve this Doc
View Source
GetGeometry()
Declaration
public override Geometry GetGeometry()
Returns
Overrides
|
Improve this Doc
View Source
IsInExtent(Coordinate)
Declaration
protected bool IsInExtent(Coordinate p)
Parameters
Returns
|
Improve this Doc
View Source
SetExtent(Geometry)
Declaration
public void SetExtent(Geometry mask)
Parameters
Exceptions