예제 #1
0
파일: _Ows.cs 프로젝트: mcartoixa/GeoSIK
 private void SetInnerType(BoundingBoxType ContentField)
 {
     this.ContentField=((BoundingBoxType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
예제 #2
0
파일: _Ows.cs 프로젝트: mcartoixa/GeoSIK
 protected virtual void SetSubstitutionMember(BoundingBoxType ContentField)
 {
     this.ContentField=ContentField;
 }
예제 #3
0
파일: _Ows.cs 프로젝트: mcartoixa/GeoSIK
 /// <summary>
 /// <para>
 /// XML encoded minimum rectangular bounding box (or region) parameter, surrounding all the associated data. 
 /// </para>
 /// <para>
 /// This type is adapted from the EnvelopeType of GML 3.1, with modified contents and documentation for encoding a MINIMUM size box SURROUNDING all associated data. 
 /// </para>
 /// </summary>
 public BoundingBox(BoundingBoxType content)
 {
     SetInnerType(content);
 }