RTreeBuilder notes
Jump to navigation
Jump to search
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