示例#1
0
 public Within(BinarySpatialOpType content) :
     base(true)
 {
     SetInnerType(content);
 }
示例#2
0
 public Touches(BinarySpatialOpType content) :
     base(true)
 {
     SetInnerType(content);
 }
示例#3
0
 private void SetInnerType(BinarySpatialOpType ContentField)
 {
     this.ContentField=((BinarySpatialOpType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
     base.SetSubstitutionMember(ContentField);
 }
示例#4
0
 public Disjoint(BinarySpatialOpType content) :
     base(true)
 {
     SetInnerType(content);
 }
示例#5
0
 public Equals(BinarySpatialOpType content) :
     base(true)
 {
     SetInnerType(content);
 }
示例#6
0
 public Contains(BinarySpatialOpType content) :
     base(true)
 {
     SetInnerType(content);
 }
示例#7
0
 public Intersects(BinarySpatialOpType content) :
     base(true)
 {
     SetInnerType(content);
 }
示例#8
0
 public Overlaps(BinarySpatialOpType content) :
     base(true)
 {
     SetInnerType(content);
 }