Hi,
I wonder how is exactly implemented the tol parameter in calculations.
Surfing the source code in JGiscoTools it seems that it uses the buffer function:
buffer(String inFile, String outFile, double bufferDistance, int quadrantSegments, int endCapStyle)
in the DataPreparation.java module.
So the next question is what are the default values of quadrantSegments and endCapStyle in this function.
I am able to reproduce all the examples in GridMaker in an R translation of the code, except for some exterior cells when the tol parameter is used. Is does not affect the interior cells, so it is a question of how the buffer is generated.
Thanks a lot
Hi,
I wonder how is exactly implemented the
tolparameter in calculations.Surfing the source code in
JGiscoToolsit seems that it uses the buffer function:buffer(String inFile, String outFile, double bufferDistance, int quadrantSegments, int endCapStyle)in the
DataPreparation.javamodule.So the next question is what are the default values of
quadrantSegmentsandendCapStylein this function.I am able to reproduce all the examples in
GridMakerin anRtranslation of the code, except for some exterior cells when thetolparameter is used. Is does not affect the interior cells, so it is a question of how the buffer is generated.Thanks a lot