Ejemplo n.º 1
0
 private void SetInnerType(BoundingBoxType ContentField)
 {
     this.ContentField=((BoundingBoxType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Ejemplo n.º 2
0
 protected virtual void SetSubstitutionMember(BoundingBoxType ContentField)
 {
     this.ContentField=ContentField;
 }
Ejemplo n.º 3
0
 /// <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);
 }