<P>Create a GetTOG3FString.</P>
<P>Equal to <CODE><A HREF="~JD~gtog3fs#gtog3fs(s,s,ogc3,gc,optr)~EJD~">GetTOG3FString</A>(s_templateName, s_srcTxt, (new <A HREF="~JD~ogc3#ogc3(s,s,s)~EJD~">OGCThree</A>(s_gap1, s_gap2, s_gap3)), gap_config, optr_dbg)</CODE></P>
**/
public GetTOG3FString(String s_templateName, String s_srcTxt, String s_gap1, String s_gap2, String s_gap3, GapConfig gap_config, Outputter optr_dbg) {
this(s_templateName, s_srcTxt, (new OGCThree(s_gap1, s_gap2, s_gap3)), gap_config, optr_dbg);
}