Esempio n. 1
0
 internal STRAbstractNode(STRTree strTree, int Param1)
     : base(Param1)
 {
     this.m_objSTRTree = strTree;
 }
Esempio n. 2
0
 public STRComparatorX(STRTree strTree)
 {
     this.m_objSTRTree = strTree;
 }
Esempio n. 3
0
 public STRIntersectsOp(STRTree strTree)
 {
     this.m_objSTRTree = strTree;
 }