Package org.geoforge.guillcogceclgsi.panel

Source Code of org.geoforge.guillcogceclgsi.panel.GfrPnlMainWwdOgcSelEclGsiBldObjPikShpLinCls

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/

package org.geoforge.guillcogceclgsi.panel;

import org.geoforge.worldwind.builder.GfrBldObjPikShpPlnLinCls;

/**
*
* @author robert
*/
public class GfrPnlMainWwdOgcSelEclGsiBldObjPikShpLinCls extends GfrPnlMainWwdOgcSelEclGsiBldObjAbs
{

   public GfrPnlMainWwdOgcSelEclGsiBldObjPikShpLinCls() throws Exception
   {
      super();

      super._bldObject = new GfrBldObjPikShpPlnLinCls(super._cnv);
   }

}
TOP

Related Classes of org.geoforge.guillcogceclgsi.panel.GfrPnlMainWwdOgcSelEclGsiBldObjPikShpLinCls

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.