public abstract class AbstractDataSourceFactorySpi extends Object implements DataSourceFactorySpi
| Constructor and Description |
|---|
AbstractDataSourceFactorySpi() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProcess(Map params)
Test to see if this factory is suitable for processing the data pointed to by the params map.
|
String |
getDisplayName()
Default Implementation abuses the naming convention.
|
Map |
getImplementationHints()
Returns the implementation hints.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateDataSource, createNewDataSource, getDescription, getParametersInfo, isAvailablepublic String getDisplayName()
Will return Foo for org.geotools.data.foo.FooFactory.
getDisplayName in interface DataSourceFactorySpipublic boolean canProcess(Map params)
DataSourceFactorySpiIf this data source requires a number of parameters then this mehtod should check that they are all present and that they are all valid.
canProcess in interface DataSourceFactorySpiparams - The full set of information needed to construct a live data source.public Map getImplementationHints()
getImplementationHints in interface FactoryCopyright © 1996–2019 Geotools. All rights reserved.