Class GeoPkgSchemaExtension.Factory

Object
Factory
All Implemented Interfaces:
GeoPkgExtensionFactory
Enclosing class:
GeoPkgSchemaExtension

public static class GeoPkgSchemaExtension.Factory extends Object implements GeoPkgExtensionFactory
  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • getExtension

      public GeoPkgExtension getExtension(String name, GeoPackage geoPackage)
      Description copied from interface: GeoPkgExtensionFactory
      Builds an extension object by name
      Specified by:
      getExtension in interface GeoPkgExtensionFactory
      Parameters:
      name - The extension name
      geoPackage - The GeoPackage the extension will work on
      Returns:
      The extension object, or null if this factory does not implement the given extension
    • getExtension

      public GeoPkgExtension getExtension(Class extensionClass, GeoPackage geoPackage)
      Description copied from interface: GeoPkgExtensionFactory
      Builds an extension object by class
      Specified by:
      getExtension in interface GeoPkgExtensionFactory
      Parameters:
      extensionClass - The extension class
      geoPackage - The GeoPackage the extension will work on
      Returns:
      The extension object, or null if this factory does not implement the given extension