| |
|
| javax.swing.JDialog org.geotools.demo.postgis.PostGISDialog
PostGISDialog | public class PostGISDialog extends JDialog implements ActionListener(Code) | | A dialog that displays the PostGIS connection parameters.
This class is not important to our main story of connecting to PostGIS
it does serve as a nice example of how to use the Param information
published by the PostgidDataStoreFactory class.
If you want to write a generic DatastoreDialog you can make use of
the getParametersInfo() method at runtime.
author: Jody Garnett |
PostGISDialog | public PostGISDialog()(Code) | | |
PostGISDialog | public PostGISDialog(Map config)(Code) | | |
getProperties | public Map getProperties()(Code) | | |
|
|
|