Package org.geoforge.guillcogceclgsi.panel

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

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

import java.beans.PropertyChangeListener;
import org.geoforge.worldwind.builder.GfrBldObjDrgShpSct;

/**
*
* @author robert
*/
public class GfrPnlMainWwdOgcManEclGsiBldObjDrgShpSct extends GfrPnlMainWwdOgcManEclGsiBldObjAbs
{
   public GfrPnlMainWwdOgcManEclGsiBldObjDrgShpSct(PropertyChangeListener lstPropertyChangeSector) throws Exception
   {
      super();
     
      super._bldObject = new GfrBldObjDrgShpSct(super._cnv, lstPropertyChangeSector);     
   }
}
TOP

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

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.