Package de.soldin.jumpcore.geomconv
Class GCExtension
- java.lang.Object
-
- com.vividsolutions.jump.workbench.plugin.Extension
-
- de.soldin.jumpcore.geomconv.GCExtension
-
- All Implemented Interfaces:
Configuration
public class GCExtension extends Extension
Installs theGCPlugin
TODO Is this class useless now that GeometryConverted has been included into the CORE ?- See Also:
Extension
-
-
Constructor Summary
Constructors Constructor Description GCExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(PlugInContext context)
String
getName()
String
getVersion()
-
Methods inherited from class com.vividsolutions.jump.workbench.plugin.Extension
getMessage
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
-
-
Method Detail
-
configure
public void configure(PlugInContext context) throws Exception
- Throws:
Exception
-
getVersion
public String getVersion()
- Overrides:
getVersion
in classExtension
-
-