params
. Expected parameters are:
"arcsde"
Optional parameters:
SdeDataStore
pointing to the database defined byparams
@throws java.io.IOException if something goes wrong creating the datastore.
You can think of this class as setting up a connection to the back end data source. The required parameters are described by the getParameterInfo() method.
Magic Params: the following params are magic and are honoured by convention by the GeoServer and uDig application.
You can think of this as setting up a connection to the back end data source.
Magic Params: the following params are magic and are honoured by convention by the GeoServer and uDig application.
Note the {@code URL} provided as parameter must refer to the actual {@code GetCapabilities}request. If you need to specify a preferred version or want the GetCapabilities request to be generated from a base URL build the URL with the {@link #createGetCapabilitiesRequest(URL,Version)} first.
@see org.geotools.data.DataStoreFactorySpi#createDataStore(java.util.Map)Note the {@code URL} provided as parameter must refer to the actual {@code GetCapabilities}request. If you need to specify a preferred version or want the GetCapabilities request to be generated from a base URL build the URL with the {@link #createGetCapabilitiesRequest(URL,Version)} first.
@see org.geotools.data.DataStoreFactorySpi#createDataStore(java.util.Map)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|