org.openjump.core.ui.io.file
Class ReferencedImageFactoryFileLayerLoader

java.lang.Object
  extended by org.openjump.core.ui.io.file.AbstractFileLayerLoader
      extended by org.openjump.core.ui.io.file.ReferencedImageFactoryFileLayerLoader
All Implemented Interfaces:
FileLayerLoader

public class ReferencedImageFactoryFileLayerLoader
extends AbstractFileLayerLoader


Field Summary
 
Fields inherited from interface org.openjump.core.ui.io.file.FileLayerLoader
KEY
 
Constructor Summary
ReferencedImageFactoryFileLayerLoader(WorkbenchContext workbenchContext, ReferencedImageFactory imageFactory, java.lang.String[] supportFileExtensions)
           
 
Method Summary
 boolean open(TaskMonitor monitor, java.net.URI uri, java.util.Map<java.lang.String,java.lang.Object> options)
          Open the file specified by the URI with the map of option values.
 
Methods inherited from class org.openjump.core.ui.io.file.AbstractFileLayerLoader
addOption, getDescription, getFileExtensions, getOptionMetadata, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReferencedImageFactoryFileLayerLoader

public ReferencedImageFactoryFileLayerLoader(WorkbenchContext workbenchContext,
                                             ReferencedImageFactory imageFactory,
                                             java.lang.String[] supportFileExtensions)
Method Detail

open

public boolean open(TaskMonitor monitor,
                    java.net.URI uri,
                    java.util.Map<java.lang.String,java.lang.Object> options)
Description copied from interface: FileLayerLoader
Open the file specified by the URI with the map of option values.

Parameters:
monitor - The TaskMonitor.
uri - The URI to the file to load.
options - The map of options.
Returns:
True if the file could be loaded false otherwise.