예제 #1
0
파일: _Filter.cs 프로젝트: mcartoixa/GeoSIK
 public Within(BinarySpatialOpType content) :
     base(true)
 {
     SetInnerType(content);
 }
예제 #2
0
파일: _Filter.cs 프로젝트: mcartoixa/GeoSIK
 public Touches(BinarySpatialOpType content) :
     base(true)
 {
     SetInnerType(content);
 }
예제 #3
0
파일: _Filter.cs 프로젝트: mcartoixa/GeoSIK
 private void SetInnerType(BinarySpatialOpType ContentField)
 {
     this.ContentField=((BinarySpatialOpType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
     base.SetSubstitutionMember(ContentField);
 }
예제 #4
0
파일: _Filter.cs 프로젝트: mcartoixa/GeoSIK
 public Disjoint(BinarySpatialOpType content) :
     base(true)
 {
     SetInnerType(content);
 }
예제 #5
0
파일: _Filter.cs 프로젝트: mcartoixa/GeoSIK
 public Equals(BinarySpatialOpType content) :
     base(true)
 {
     SetInnerType(content);
 }
예제 #6
0
파일: _Filter.cs 프로젝트: mcartoixa/GeoSIK
 public Contains(BinarySpatialOpType content) :
     base(true)
 {
     SetInnerType(content);
 }
예제 #7
0
파일: _Filter.cs 프로젝트: mcartoixa/GeoSIK
 public Intersects(BinarySpatialOpType content) :
     base(true)
 {
     SetInnerType(content);
 }
예제 #8
0
파일: _Filter.cs 프로젝트: mcartoixa/GeoSIK
 public Overlaps(BinarySpatialOpType content) :
     base(true)
 {
     SetInnerType(content);
 }