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