<P>Create a GetTOG3FFile.</P>
<P>Equal to <CODE><A HREF="~JD~gtog3ff#gtog3ff(s,s,ogc3,gc,optr)~EJD~">GetTOG3FFile</A>(s_templateName, s_fileName, ogc_three, gap_config)</CODE></P>
**/
public GetTOG3FFile(String s_templateName, String s_fileName, OGCThree ogc_three, GapConfig gap_config) {
this(s_templateName, s_fileName, ogc_three, gap_config, (new Outputter()));
}