Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

create circumference with nettopologysuite

var gsf = new NetTopologySuite.Utilities.GeometricShapeFactory();
gsf.Centre = new Coordinate(x, y);
gsf.Size = size;
gsf.NumPoints = nPunt;
var circle = gsf.CreateCircle();
 
PREVIOUS NEXT
Tagged: #create #circumference #nettopologysuite
ADD COMMENT
Topic
Name
5+6 =