Class LayerLoader

java.lang.Object
org.gvsig.catalog.loaders.LayerLoader

public abstract class LayerLoader extends Object
Author:
Jorge Piera
  • Constructor Details

    • LayerLoader

      public LayerLoader(Resource resource)
  • Method Details

    • loadLayer

      public abstract void loadLayer() throws LayerLoaderException
      Throws:
      LayerLoaderException
    • getErrorMessage

      protected abstract String getErrorMessage()
      It returns the error message
      Returns:
      Error Message
    • getWindowMessage

      protected abstract String getWindowMessage()
      It returns the window title for an window error message
      Returns:
      Window title
    • getResource

      public Resource getResource()
    • setResource

      public void setResource(Resource resource)