Class H2DataStoreExtension
- java.lang.Object
-
- com.vividsolutions.jump.workbench.plugin.Extension
-
- com.vividsolutions.jump.datastore.spatialdatabases.AbstractSpatialDatabasesDSExtension
-
- com.vividsolutions.jump.datastore.h2.H2DataStoreExtension
-
- All Implemented Interfaces:
Configuration
public class H2DataStoreExtension extends AbstractSpatialDatabasesDSExtension
Extension for H2GIS Support
-
-
Field Summary
-
Fields inherited from class com.vividsolutions.jump.datastore.spatialdatabases.AbstractSpatialDatabasesDSExtension
classNameToJarName, driver, dsDriverClasses, errorMessage, VERSION
-
-
Constructor Summary
Constructors Constructor Description H2DataStoreExtension()customize the abstract implementation
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()implement to assign a readable name to the datastore driver extension-
Methods inherited from class com.vividsolutions.jump.datastore.spatialdatabases.AbstractSpatialDatabasesDSExtension
configure, getMessage, getVersion, isAvailable
-
-
-
-
Method Detail
-
getName
public String getName()
Description copied from class:AbstractSpatialDatabasesDSExtensionimplement to assign a readable name to the datastore driver extension- Specified by:
getNamein classAbstractSpatialDatabasesDSExtension- Returns:
- the name of this SpatialDatabase
-
-