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