コード例 #1
0
 internal PartFactory(SpatialIndexPopulator populator, NodePropertyAccessor nodePropertyAccessor)
 {
     this.Populator            = populator;
     this.NodePropertyAccessor = nodePropertyAccessor;
 }
コード例 #2
0
 internal SpatialIndexPopulatingUpdater(SpatialIndexPopulator populator, NodePropertyAccessor nodePropertyAccessor) : base(new PartFactory(populator, nodePropertyAccessor))
 {
 }