internal PartFactory(SpatialIndexPopulator populator, NodePropertyAccessor nodePropertyAccessor) { this.Populator = populator; this.NodePropertyAccessor = nodePropertyAccessor; }
internal SpatialIndexPopulatingUpdater(SpatialIndexPopulator populator, NodePropertyAccessor nodePropertyAccessor) : base(new PartFactory(populator, nodePropertyAccessor)) { }