Interface NewLayerProviderFactory

All Superinterfaces:
org.gvsig.tools.extensionpoint.ExtensionSingleton, org.gvsig.tools.service.spi.ProviderFactory
All Known Implementing Classes:
AbstractNewLayerProviderFactory

public interface NewLayerProviderFactory extends org.gvsig.tools.service.spi.ProviderFactory
Version:
$Id$
Author:
gvSIG Team
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns a description of the provider.
    Returns a label or short description for the provider.
    boolean
    If the provider this factory creates is enabled.
    boolean
     
    void
    setEnabled(boolean value)
    Enable or disable this provider factory.

    Methods inherited from interface org.gvsig.tools.service.spi.ProviderFactory

    create, createParameters, getName, initialize
  • Method Details

    • isSpatial

      boolean isSpatial()
    • create

    • isEnabled

      boolean isEnabled()
      If the provider this factory creates is enabled. This option might be used as a way to show or not some providers to the user.
      Returns:
      if the provider is enabled
    • setEnabled

      void setEnabled(boolean value)
      Enable or disable this provider factory.
      Parameters:
      value - if to enable or disable the factory
    • getDescription

      String getDescription()
      Returns a description of the provider.
      Returns:
      a description for the provider
    • getLabel

      String getLabel()
      Returns a label or short description for the provider.
      Returns:
      a label or short description for the provider