internal virtual void SetEnvelope2D(com.epl.geometry.Envelope2D e2d) { _touch(); if (!e2d.IsValid()) { throw new System.ArgumentException(); } m_envelope.SetCoords(e2d); }