Package org.geoforge.guillcogceclgsi.panel

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

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.geoforge.guillcogceclgsi.panel;

import org.geoforge.worldwind.builder.GfrBldObjPikPntPin;

/**
*
* @author robert
*/
public class GfrPnlMainWwdOgcSelEclGsiBldObjPikPntPin extends GfrPnlMainWwdOgcSelEclGsiBldObjAbs
{
   public GfrPnlMainWwdOgcSelEclGsiBldObjPikPntPin(String strNewWhat) throws Exception
   {
      super();
     
      super._bldObject = new GfrBldObjPikPntPin(super._cnv, strNewWhat);
   }
}
TOP

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

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.