RTreeBuilder notes
Revision as of 08:07, 30 July 2010 by Wiki-Ascollignon (talk | contribs) (Created page with 'com.ionicsoft.wfs.provider.shapev2.RTreeBuilder basedir shapename maxcapacity mincapacity basedir : base directory of the shape files (default is %) shapename : the…')
com.ionicsoft.wfs.provider.shapev2.RTreeBuilder basedir shapename maxcapacity mincapacity
basedir : base directory of the shape files (default is %) shapename : the shape file name pattern (without any extension) maxcapacity : RTree maximum node capacity (default is 100) mincapacity : RTree minimum node capacity (default is 50)
Example : com.ionicsoft.wfs.provider.shapev2.RTreeBuilder e:\shape cities 100 50