コード例 #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);
 }