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, wait
createDataSource, createNewDataSource, getDescription, getParametersInfo, isAvailable
public String getDisplayName()
Will return Foo
for org.geotools.data.foo.FooFactory
.
getDisplayName
in interface DataSourceFactorySpi
public boolean canProcess(Map params)
DataSourceFactorySpi
If 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 DataSourceFactorySpi
params
- The full set of information needed to construct a live data source.public Map getImplementationHints()
getImplementationHints
in interface Factory
Copyright © 1996–2019 Geotools. All rights reserved.