| java.lang.Object net.refractions.udig.catalog.AbstractDataStoreServiceExtension net.refractions.udig.catalog.PostGISServiceExtension
Method Summary | |
public Map<String, Serializable> | createParams(URL url) This is a guess ... | public IService | createService(URL id, Map<String, Serializable> params) | protected String | doOtherChecks(Map<String, Serializable> params) | protected DataStoreFactorySpi | getDataStoreFactory() | public static PostgisDataStoreFactory | getFactory() | final public static boolean | isPostGIS(URL url) | public String | reasonForFailure(URL url) | public static URL | toURL(Map<String, Serializable> params) | public static URL | toURL(String the_username, String the_password, String the_host, Integer intPort, String the_database, String the_schema) | public static URL | toURL(String the_spec) |
getDataStoreFactory | protected DataStoreFactorySpi getDataStoreFactory()(Code) | | |
getFactory | public static PostgisDataStoreFactory getFactory()(Code) | | x |
isPostGIS | final public static boolean isPostGIS(URL url)(Code) | | A couple quick checks on the url
|
|
|