Exemplo n.º 1
0
 public BasicCompoundElementCollection()
 {
     this.flatElementCollection   = new FlatElementCollection();
     this.elementByIdCollection   = new ElementByIdCollection();
     this.elementByTypeCollection = new ElementByTypeCollection();
     this.kdTreeElementCollection = new KdTreeElementCollection();
 }
 public RTreeCompoundElementCollection()
 {
     this.flatElementCollection   = new FlatElementCollection();
     this.elementByIdCollection   = new ElementByIdCollection();
     this.elementByTypeCollection = new ElementByTypeCollection();
     this.spatialCollections      = new Dictionary <ElementType, RTreeElementCollection>();
 }