com.iver.cit.gvsig.DEMO
Class PruebasGT2

java.lang.Object
  extended bycom.iver.cit.gvsig.DEMO.PruebasGT2
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class PruebasGT2
extends java.lang.Object
implements java.awt.event.ActionListener

Pruebas de capas GT2 (ArcSDE, etc), hechas por Fran, sacadas del CommandListener

Author:
Luis W. Sevilla (sevilla_lui@gva.es)

Constructor Summary
PruebasGT2()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected  void addLayerGT2_ArcSDE()
           
protected  void addLayerGT2_PostGIS()
           
protected  void addLayerGT2_Shp()
           
protected  void loadLayer(DataStore store, java.lang.String layerName)
          Load the data from the specified dataStore and construct a with a default style.
 void setMapContext(FMap map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PruebasGT2

public PruebasGT2()
Method Detail

addLayerGT2_Shp

protected void addLayerGT2_Shp()

addLayerGT2_PostGIS

protected void addLayerGT2_PostGIS()

loadLayer

protected void loadLayer(DataStore store,
                         java.lang.String layerName)
                  throws java.io.IOException,
                         DataSourceException
Load the data from the specified dataStore and construct a with a default style.

Throws:
java.io.IOException - is a I/O error occured.
DataSourceException - if an error occured while reading the data source.
java.io.FileNotFoundException - DOCUMENT ME!

addLayerGT2_ArcSDE

protected void addLayerGT2_ArcSDE()

setMapContext

public void setMapContext(FMap map)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener