Esempio n. 1
0
 private void SetInnerType(WGS84BoundingBoxType ContentField)
 {
     this.ContentField=((WGS84BoundingBoxType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
     base.SetSubstitutionMember(ContentField);
 }
Esempio n. 2
0
 /// <summary>
 /// <para>
 /// XML encoded minimum rectangular bounding box (or region) parameter, surrounding all the associated data. This box is specialized for use with the 2D WGS 84 coordinate reference system with decimal values of longitude and latitude. 
 /// </para>
 /// <para>
 /// This type is adapted from the general BoundingBoxType, with modified contents and documentation for use with the 2D WGS 84 coordinate reference system. 
 /// </para>
 /// </summary>
 public WGS84BoundingBox(WGS84BoundingBoxType content) :
     base(true)
 {
     SetInnerType(content);
 }